#E3CA8C

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

Shades of New Orleans #E3CA8C

Tints of New Orleans #E3CA8C

Color information

#E3CA8C (or 0xE3CA8C) is unknown color: approx New Orleans. HEX triplet: E3, CA and 8C. RGB value is (227,202,140). Sum of RGB (Red+Green+Blue) = 227+202+140=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CA8C is #1C3573. Grayscale: #CACACA. Windows color (decimal): -1848692 or 9226979. OLE color: 9226979.

HSL color Cylindrical-coordinate representation of color #E3CA8C: hue angle of 42.76º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E3CA8C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB227202140-
CMYK00.110.380.11
HSL42.76º60.84%71.96%-
HSV(B)42.76º38.33%89.02%-
XYZ57.5360.4733.45-
YUV202.4192.78145.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.89%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 140 (55.08% from 255) = 24.60%
R=39.89%
G=35.50%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720214000.110.380.1142.7660.8471.96
HexE3CA8C0B26B2b3d48
Octal34331221401346135375110
Binary1110001111001010100011000101110011010111010111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CA8C; }

 p { color: rgb(227,202,140); }

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

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

 a { background-color: rgb(227,202,140); }

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

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

 span { border-color: rgb(227,202,140); }

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