#E08A4C

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

Shades of Flamenco #E08A4C

Tints of Flamenco #E08A4C

Color information

#E08A4C (or 0xE08A4C) is unknown color: approx Flamenco. HEX triplet: E0, 8A and 4C. RGB value is (224,138,76). Sum of RGB (Red+Green+Blue) = 224+138+76=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08A4C is #1F75B3. Grayscale: #9C9C9C. Windows color (decimal): -2061748 or 5016288. OLE color: 5016288.

HSL color Cylindrical-coordinate representation of color #E08A4C: hue angle of 25.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E08A4C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22413876-
CMYK00.380.660.12
HSL25.14º70.48%58.82%-
HSV(B)25.14º66.07%87.84%-
XYZ41.1334.5511.34-
YUV156.6582.49176.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.14%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 76 (30.08% from 255) = 17.35%
R=51.14%
G=31.51%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241387600.380.660.1225.1470.4858.82
HexE08A4C02642C19463b
Octal340212114046102143110673
Binary11100000100010101001100010011010000101100110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08A4C; }

 p { color: rgb(224,138,76); }

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

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

 a { background-color: rgb(224,138,76); }

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

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

 span { border-color: rgb(224,138,76); }

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