#ECC38A

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

Shades of New Orleans #ECC38A

Tints of New Orleans #ECC38A

Color information

#ECC38A (or 0xECC38A) is unknown color: approx New Orleans. HEX triplet: EC, C3 and 8A. RGB value is (236,195,138). Sum of RGB (Red+Green+Blue) = 236+195+138=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC38A is #133C75. Grayscale: #C9C9C9. Windows color (decimal): -1260662 or 9094124. OLE color: 9094124.

HSL color Cylindrical-coordinate representation of color #ECC38A: hue angle of 34.9º 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 #ECC38A is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB236195138-
CMYK00.170.420.07
HSL34.9º72.06%73.33%-
HSV(B)34.9º41.53%92.55%-
XYZ58.6958.732.28-
YUV200.7692.58153.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 138 (54.30% from 255) = 24.25%
R=41.48%
G=34.27%
B=24.25%

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
Decimal23619513800.170.420.0734.972.0673.33
HexECC38A0112A7234849
Octal35430321202152743110111
Binary11101100110000111000101001000110101011110001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC38A; }

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

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

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

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

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

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

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

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