#E0C28F

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

Shades of New Orleans #E0C28F

Tints of New Orleans #E0C28F

Color information

#E0C28F (or 0xE0C28F) is unknown color: approx New Orleans. HEX triplet: E0, C2 and 8F. RGB value is (224,194,143). Sum of RGB (Red+Green+Blue) = 224+194+143=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C28F is #1F3D70. Grayscale: #C5C5C5. Windows color (decimal): -2047345 or 9421536. OLE color: 9421536.

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

Color convert

RGB224194143-
CMYK00.130.360.12
HSL37.78º56.64%71.96%-
HSV(B)37.78º36.16%87.84%-
XYZ54.9956.4133.98-
YUV197.1697.44147.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 143 (56.25% from 255) = 25.49%
R=39.93%
G=34.58%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419414300.130.360.1237.7856.6471.96
HexE0C28F0D24C263948
Octal34030221701544144671110
Binary1110000011000010100011110110110010011001001101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C28F; }

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

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

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

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

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

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

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

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