#E0C38B

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

Shades of New Orleans #E0C38B

Tints of New Orleans #E0C38B

Color information

#E0C38B (or 0xE0C38B) is unknown color: approx New Orleans. HEX triplet: E0, C3 and 8B. RGB value is (224,195,139). Sum of RGB (Red+Green+Blue) = 224+195+139=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C38B is #1F3C74. Grayscale: #C5C5C5. Windows color (decimal): -2047093 or 9159648. OLE color: 9159648.

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

Color convert

RGB224195139-
CMYK00.130.380.12
HSL39.53º57.82%71.18%-
HSV(B)39.53º37.95%87.84%-
XYZ54.9256.7432.48-
YUV197.2995.11147.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 139 (54.69% from 255) = 24.91%
R=40.14%
G=34.95%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419513900.130.380.1239.5357.8271.18
HexE0C38B0D26C283a47
Octal34030321301546145072107
Binary1110000011000011100010110110110011011001010001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C38B; }

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

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

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

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

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

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

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

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