#e6c683

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

Shades of New Orleans #E6C683

Tints of New Orleans #E6C683

Color information

#E6C683 (or 0xE6C683) is unknown color: approx New Orleans. HEX triplet: E6, C6 and 83. RGB value is (230,198,131). Sum of RGB (Red+Green+Blue) = 230+198+131=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C683 is #19397C. Grayscale: #C8C8C8. Windows color (decimal): -1653117 or 8636134. OLE color: 8636134.

HSL color Cylindrical-coordinate representation of color #E6C683: hue angle of 40.61º degrees, saturation: 0.66, 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 #E6C683 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB230198131-
CMYK00.140.430.10
HSL40.61º66.44%70.78%-
HSV(B)40.61º43.04%90.2%-
XYZ56.9258.8529.83-
YUV199.9389.1149.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.14%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 131 (51.56% from 255) = 23.43%
R=41.14%
G=35.42%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019813100.140.430.1040.6166.4470.78
HexE6C6830E2BA294247
Octal346306203016531251102107
Binary11100110110001101000001101110101011101010100110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6c683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6c683; }

 p { color: rgb(230,198,131); }

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

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

 a { background-color: rgb(230,198,131); }

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

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

 span { border-color: rgb(230,198,131); }

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