#ECC388

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

Shades of New Orleans #ECC388

Tints of New Orleans #ECC388

Color information

#ECC388 (or 0xECC388) is unknown color: approx New Orleans. HEX triplet: EC, C3 and 88. RGB value is (236,195,136). Sum of RGB (Red+Green+Blue) = 236+195+136=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC388 is #133C77. Grayscale: #C8C8C8. Windows color (decimal): -1260664 or 8963052. OLE color: 8963052.

HSL color Cylindrical-coordinate representation of color #ECC388: hue angle of 35.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECC388 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB236195136-
CMYK00.170.420.07
HSL35.4º72.46%72.94%-
HSV(B)35.4º42.37%92.55%-
XYZ58.5558.6431.53-
YUV200.5391.58153.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 195 (76.56% from 255) = 34.39%
BLUE value IS 136 (53.52% from 255) = 23.99%
R=41.62%
G=34.39%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619513600.170.420.0735.472.4672.94
HexECC3880112A7234849
Octal35430321002152743110111
Binary11101100110000111000100001000110101011110001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC388; }

 p { color: rgb(236,195,136); }

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

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

 a { background-color: rgb(236,195,136); }

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

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

 span { border-color: rgb(236,195,136); }

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