#E6CA8E

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

Shades of New Orleans #E6CA8E

Tints of New Orleans #E6CA8E

Color information

#E6CA8E (or 0xE6CA8E) is unknown color: approx New Orleans. HEX triplet: E6, CA and 8E. RGB value is (230,202,142). Sum of RGB (Red+Green+Blue) = 230+202+142=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CA8E is #193571. Grayscale: #CBCBCB. Windows color (decimal): -1652082 or 9358054. OLE color: 9358054.

HSL color Cylindrical-coordinate representation of color #E6CA8E: hue angle of 40.91º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6CA8E is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230202142-
CMYK00.120.380.10
HSL40.91º63.77%72.94%-
HSV(B)40.91º38.26%90.2%-
XYZ58.6461.0234.28-
YUV203.5393.28146.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.07%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=40.07%
G=35.19%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020214200.120.380.1040.9163.7772.94
HexE6CA8E0C26A294049
Octal346312216014461251100111
Binary11100110110010101000111001100100110101010100110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CA8E; }

 p { color: rgb(230,202,142); }

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

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

 a { background-color: rgb(230,202,142); }

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

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

 span { border-color: rgb(230,202,142); }

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