#EE8348

Color #EE8348 Flamenco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamenco #EE8348

Tints of Flamenco #EE8348

Color information

#EE8348 (or 0xEE8348) is unknown color: approx Flamenco. HEX triplet: EE, 83 and 48. RGB value is (238,131,72). Sum of RGB (Red+Green+Blue) = 238+131+72=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8348 is #117CB7. Grayscale: #9C9C9C. Windows color (decimal): -1146040 or 4752366. OLE color: 4752366.

HSL color Cylindrical-coordinate representation of color #EE8348: hue angle of 21.33º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE8348 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23813172-
CMYK00.450.700.07
HSL21.33º83%60.78%-
HSV(B)21.33º69.75%93.33%-
XYZ44.5534.8810.52-
YUV156.2780.45186.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 53.97%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 72 (28.52% from 255) = 16.33%
R=53.97%
G=29.71%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381317200.450.700.0721.338360.78
HexEE834802D46715533d
Octal35620311005510672512375
Binary1110111010000011100100001011011000110111101011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8348; }

 p { color: rgb(238,131,72); }

 H1.HeaderClassName
 {
   color: #EE8348;
 }
 .AnyTagClassName
 {
   color: #EE8348;
 }
</style>
background-color css

<style>
 a { background-color: #EE8348; }

 a { background-color: rgb(238,131,72); }

 div.DivClassName
 {
   background-color: #EE8348;
 }
 .BgClassName
 {
   background-color: #EE8348;
 }
</style>
border-color css

<style>
 span { border-color: #EE8348; }

 span { border-color: rgb(238,131,72); }

 td.TdClassName
 {
   border-color: #EE8348;
 }
 .TagClassName
 {
   border-color: #EE8348;
 }
</style>