#E88C4A

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

Shades of Flamenco #E88C4A

Tints of Flamenco #E88C4A

Color information

#E88C4A (or 0xE88C4A) is unknown color: approx Flamenco. HEX triplet: E8, 8C and 4A. RGB value is (232,140,74). Sum of RGB (Red+Green+Blue) = 232+140+74=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88C4A is #1773B5. Grayscale: #A0A0A0. Windows color (decimal): -1536950 or 4885736. OLE color: 4885736.

HSL color Cylindrical-coordinate representation of color #E88C4A: hue angle of 25.06º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E88C4A is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23214074-
CMYK00.400.680.09
HSL25.06º77.45%60%-
HSV(B)25.06º68.1%90.98%-
XYZ43.8936.4111.19-
YUV159.9879.48179.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.02%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 74 (29.30% from 255) = 16.59%
R=52.02%
G=31.39%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321407400.400.680.0925.0677.4560
HexE88C4A028449194d3c
Octal350214112050104113111574
Binary11101000100011001001010010100010001001001110011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88C4A; }

 p { color: rgb(232,140,74); }

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

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

 a { background-color: rgb(232,140,74); }

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

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

 span { border-color: rgb(232,140,74); }

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