#E6C28D

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

Shades of New Orleans #E6C28D

Tints of New Orleans #E6C28D

Color information

#E6C28D (or 0xE6C28D) is unknown color: approx New Orleans. HEX triplet: E6, C2 and 8D. RGB value is (230,194,141). Sum of RGB (Red+Green+Blue) = 230+194+141=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C28D is #193D72. Grayscale: #C6C6C6. Windows color (decimal): -1654131 or 9290470. OLE color: 9290470.

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

Color convert

RGB230194141-
CMYK00.160.390.10
HSL35.73º64.03%72.75%-
HSV(B)35.73º38.7%90.2%-
XYZ56.7357.3333.27-
YUV198.7295.43150.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 141 (55.47% from 255) = 24.96%
R=40.71%
G=34.34%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019414100.160.390.1035.7364.0372.75
HexE6C28D01027A244049
Octal346302215020471244100111
Binary111001101100001010001101010000100111101010010010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C28D; }

 p { color: rgb(230,194,141); }

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

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

 a { background-color: rgb(230,194,141); }

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

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

 span { border-color: rgb(230,194,141); }

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