#E0C38E

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

Shades of New Orleans #E0C38E

Tints of New Orleans #E0C38E

Color information

#E0C38E (or 0xE0C38E) is unknown color: approx New Orleans. HEX triplet: E0, C3 and 8E. RGB value is (224,195,142). Sum of RGB (Red+Green+Blue) = 224+195+142=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C38E is #1F3C71. Grayscale: #C5C5C5. Windows color (decimal): -2047090 or 9356256. OLE color: 9356256.

HSL color Cylindrical-coordinate representation of color #E0C38E: hue angle of 38.78º 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 #E0C38E is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224195142-
CMYK00.130.370.12
HSL38.78º56.94%71.76%-
HSV(B)38.78º36.61%87.84%-
XYZ55.1456.8333.65-
YUV197.6396.61146.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 142 (55.86% from 255) = 25.31%
R=39.93%
G=34.76%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419514200.130.370.1238.7856.9471.76
HexE0C38E0D25C273948
Octal34030321601545144771110
Binary1110000011000011100011100110110010111001001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C38E; }

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

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

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

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

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

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

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

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