#E6C182

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

Shades of New Orleans #E6C182

Tints of New Orleans #E6C182

Color information

#E6C182 (or 0xE6C182) is unknown color: approx New Orleans. HEX triplet: E6, C1 and 82. RGB value is (230,193,130). Sum of RGB (Red+Green+Blue) = 230+193+130=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C182 is #193E7D. Grayscale: #C5C5C5. Windows color (decimal): -1654398 or 8569318. OLE color: 8569318.

HSL color Cylindrical-coordinate representation of color #E6C182: hue angle of 37.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6C182 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB230193130-
CMYK00.160.430.10
HSL37.8º66.67%70.59%-
HSV(B)37.8º43.48%90.2%-
XYZ55.7356.5729.1-
YUV196.8890.26151.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=41.59%
G=34.90%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019313000.160.430.1037.866.6770.59
HexE6C1820102BA264347
Octal346301202020531246103107
Binary111001101100000110000010010000101011101010011010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C182; }

 p { color: rgb(230,193,130); }

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

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

 a { background-color: rgb(230,193,130); }

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

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

 span { border-color: rgb(230,193,130); }

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