#E0C68B

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

Shades of New Orleans #E0C68B

Tints of New Orleans #E0C68B

Color information

#E0C68B (or 0xE0C68B) is unknown color: approx New Orleans. HEX triplet: E0, C6 and 8B. RGB value is (224,198,139). Sum of RGB (Red+Green+Blue) = 224+198+139=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C68B is #1F3974. Grayscale: #C7C7C7. Windows color (decimal): -2046325 or 9160416. OLE color: 9160416.

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

Color convert

RGB224198139-
CMYK00.120.380.12
HSL41.65º57.82%71.18%-
HSV(B)41.65º37.95%87.84%-
XYZ55.5958.132.71-
YUV199.0594.11145.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 139 (54.69% from 255) = 24.78%
R=39.93%
G=35.29%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419813900.120.380.1241.6557.8271.18
HexE0C68B0C26C2a3a47
Octal34030621301446145272107
Binary1110000011000110100010110110010011011001010101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C68B; }

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

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

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

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

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

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

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

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