#E6C888

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

Shades of New Orleans #E6C888

Tints of New Orleans #E6C888

Color information

#E6C888 (or 0xE6C888) is unknown color: approx New Orleans. HEX triplet: E6, C8 and 88. RGB value is (230,200,136). Sum of RGB (Red+Green+Blue) = 230+200+136=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C888 is #193777. Grayscale: #C9C9C9. Windows color (decimal): -1652600 or 8964326. OLE color: 8964326.

HSL color Cylindrical-coordinate representation of color #E6C888: hue angle of 40.85º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6C888 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB230200136-
CMYK00.130.410.10
HSL40.85º65.28%71.76%-
HSV(B)40.85º40.87%90.2%-
XYZ57.7359.9131.81-
YUV201.6790.94148.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.64%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 136 (53.52% from 255) = 24.03%
R=40.64%
G=35.34%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020013600.130.410.1040.8565.2871.76
HexE6C8880D29A294148
Octal346310210015511251101110
Binary11100110110010001000100001101101001101010100110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C888; }

 p { color: rgb(230,200,136); }

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

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

 a { background-color: rgb(230,200,136); }

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

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

 span { border-color: rgb(230,200,136); }

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