#E0C288

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

Shades of New Orleans #E0C288

Tints of New Orleans #E0C288

Color information

#E0C288 (or 0xE0C288) is unknown color: approx New Orleans. HEX triplet: E0, C2 and 88. RGB value is (224,194,136). Sum of RGB (Red+Green+Blue) = 224+194+136=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C288 is #1F3D77. Grayscale: #C4C4C4. Windows color (decimal): -2047352 or 8962784. OLE color: 8962784.

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

Color convert

RGB224194136-
CMYK00.130.390.12
HSL39.55º58.67%70.59%-
HSV(B)39.55º39.29%87.84%-
XYZ54.4856.2131.27-
YUV196.3693.94147.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=40.43%
G=35.02%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419413600.130.390.1239.5558.6770.59
HexE0C2880D27C283b47
Octal34030221001547145073107
Binary1110000011000010100010000110110011111001010001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C288; }

 p { color: rgb(224,194,136); }

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

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

 a { background-color: rgb(224,194,136); }

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

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

 span { border-color: rgb(224,194,136); }

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