#E88D4A

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

Shades of Flamenco #E88D4A

Tints of Flamenco #E88D4A

Color information

#E88D4A (or 0xE88D4A) is unknown color: approx Flamenco. HEX triplet: E8, 8D and 4A. RGB value is (232,141,74). Sum of RGB (Red+Green+Blue) = 232+141+74=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88D4A is #1772B5. Grayscale: #A0A0A0. Windows color (decimal): -1536694 or 4885992. OLE color: 4885992.

HSL color Cylindrical-coordinate representation of color #E88D4A: hue angle of 25.44º 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 #E88D4A is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23214174-
CMYK00.390.680.09
HSL25.44º77.45%60%-
HSV(B)25.44º68.1%90.98%-
XYZ44.0436.711.24-
YUV160.5779.15178.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.90%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 74 (29.30% from 255) = 16.55%
R=51.90%
G=31.54%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321417400.390.680.0925.4477.4560
HexE88D4A027449194d3c
Octal350215112047104113111574
Binary11101000100011011001010010011110001001001110011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88D4A; }

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

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

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

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

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

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

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

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