#E6C07E

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

Shades of New Orleans #E6C07E

Tints of New Orleans #E6C07E

Color information

#E6C07E (or 0xE6C07E) is unknown color: approx New Orleans. HEX triplet: E6, C0 and 7E. RGB value is (230,192,126). Sum of RGB (Red+Green+Blue) = 230+192+126=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C07E is #193F81. Grayscale: #C4C4C4. Windows color (decimal): -1654658 or 8306918. OLE color: 8306918.

HSL color Cylindrical-coordinate representation of color #E6C07E: hue angle of 38.08º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6C07E is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB230192126-
CMYK00.170.450.10
HSL38.08º67.53%69.8%-
HSV(B)38.08º45.22%90.2%-
XYZ55.2556.0327.64-
YUV195.8488.59152.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 192 (75.39% from 255) = 35.04%
BLUE value IS 126 (49.61% from 255) = 22.99%
R=41.97%
G=35.04%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019212600.170.450.1038.0867.5369.8
HexE6C07E0112DA264446
Octal346300176021551246104106
Binary11100110110000001111110010001101101101010011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C07E; }

 p { color: rgb(230,192,126); }

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

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

 a { background-color: rgb(230,192,126); }

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

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

 span { border-color: rgb(230,192,126); }

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