#E0C28B

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

Shades of New Orleans #E0C28B

Tints of New Orleans #E0C28B

Color information

#E0C28B (or 0xE0C28B) is unknown color: approx New Orleans. HEX triplet: E0, C2 and 8B. RGB value is (224,194,139). Sum of RGB (Red+Green+Blue) = 224+194+139=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C28B is #1F3D74. Grayscale: #C4C4C4. Windows color (decimal): -2047349 or 9159392. OLE color: 9159392.

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

Color convert

RGB224194139-
CMYK00.130.380.12
HSL38.82º57.82%71.18%-
HSV(B)38.82º37.95%87.84%-
XYZ54.6956.2932.41-
YUV196.795.44147.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 139 (54.69% from 255) = 24.96%
R=40.22%
G=34.83%
B=24.96%

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
Decimal22419413900.130.380.1238.8257.8271.18
HexE0C28B0D26C273a47
Octal34030221301546144772107
Binary1110000011000010100010110110110011011001001111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C28B; }

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

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

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

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

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

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

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

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