#E4C08E

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

Shades of New Orleans #E4C08E

Tints of New Orleans #E4C08E

Color information

#E4C08E (or 0xE4C08E) is unknown color: approx New Orleans. HEX triplet: E4, C0 and 8E. RGB value is (228,192,142). Sum of RGB (Red+Green+Blue) = 228+192+142=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4C08E is #1B3F71. Grayscale: #C5C5C5. Windows color (decimal): -1785714 or 9355492. OLE color: 9355492.

HSL color Cylindrical-coordinate representation of color #E4C08E: hue angle of 34.88º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E4C08E is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB228192142-
CMYK00.160.380.11
HSL34.88º61.43%72.55%-
HSV(B)34.88º37.72%89.41%-
XYZ55.7356.1533.49-
YUV197.0696.93150.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.57%
GREEN value IS 192 (75.39% from 255) = 34.16%
BLUE value IS 142 (55.86% from 255) = 25.27%
R=40.57%
G=34.16%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819214200.160.380.1134.8861.4372.55
HexE4C08E01026B233d49
Octal34430021602046134375111
Binary11100100110000001000111001000010011010111000111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C08E; }

 p { color: rgb(228,192,142); }

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

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

 a { background-color: rgb(228,192,142); }

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

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

 span { border-color: rgb(228,192,142); }

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