#E6C48E

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

Shades of New Orleans #E6C48E

Tints of New Orleans #E6C48E

Color information

#E6C48E (or 0xE6C48E) is unknown color: approx New Orleans. HEX triplet: E6, C4 and 8E. RGB value is (230,196,142). Sum of RGB (Red+Green+Blue) = 230+196+142=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C48E is #193B71. Grayscale: #C8C8C8. Windows color (decimal): -1653618 or 9356518. OLE color: 9356518.

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

Color convert

RGB230196142-
CMYK00.150.380.10
HSL36.82º63.77%72.94%-
HSV(B)36.82º38.26%90.2%-
XYZ57.2658.2633.82-
YUV200.0195.26149.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.49%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 142 (55.86% from 255) = 25%
R=40.49%
G=34.51%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019614200.150.380.1036.8263.7772.94
HexE6C48E0F26A254049
Octal346304216017461245100111
Binary11100110110001001000111001111100110101010010110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C48E; }

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

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

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

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

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

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

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

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