#E0C88E

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

Shades of New Orleans #E0C88E

Tints of New Orleans #E0C88E

Color information

#E0C88E (or 0xE0C88E) is unknown color: approx New Orleans. HEX triplet: E0, C8 and 8E. RGB value is (224,200,142). Sum of RGB (Red+Green+Blue) = 224+200+142=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C88E is #1F3771. Grayscale: #C8C8C8. Windows color (decimal): -2045810 or 9357536. OLE color: 9357536.

HSL color Cylindrical-coordinate representation of color #E0C88E: hue angle of 42.44º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0C88E is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224200142-
CMYK00.110.370.12
HSL42.44º56.94%71.76%-
HSV(B)42.44º36.61%87.84%-
XYZ56.2859.1134.03-
YUV200.5694.95144.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 142 (55.86% from 255) = 25.09%
R=39.58%
G=35.34%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420014200.110.370.1242.4456.9471.76
HexE0C88E0B25C2a3948
Octal34031021601345145271110
Binary1110000011001000100011100101110010111001010101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C88E; }

 p { color: rgb(224,200,142); }

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

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

 a { background-color: rgb(224,200,142); }

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

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

 span { border-color: rgb(224,200,142); }

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