#E48249

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

Shades of Flamenco #E48249

Tints of Flamenco #E48249

Color information

#E48249 (or 0xE48249) is unknown color: approx Flamenco. HEX triplet: E4, 82 and 49. RGB value is (228,130,73). Sum of RGB (Red+Green+Blue) = 228+130+73=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E48249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48249 is #1B7DB6. Grayscale: #999999. Windows color (decimal): -1801655 or 4817636. OLE color: 4817636.

HSL color Cylindrical-coordinate representation of color #E48249: hue angle of 22.06º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E48249 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22813073-
CMYK00.430.680.11
HSL22.06º74.16%59.02%-
HSV(B)22.06º67.98%89.41%-
XYZ41.1832.9410.49-
YUV152.882.97181.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.90%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 73 (28.91% from 255) = 16.94%
R=52.90%
G=30.16%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281307300.430.680.1122.0674.1659.02
HexE4824902B44B164a3b
Octal344202111053104132611273
Binary11100100100000101001001010101110001001011101101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48249; }

 p { color: rgb(228,130,73); }

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

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

 a { background-color: rgb(228,130,73); }

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

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

 span { border-color: rgb(228,130,73); }

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