#ECC28A

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

Shades of New Orleans #ECC28A

Tints of New Orleans #ECC28A

Color information

#ECC28A (or 0xECC28A) is unknown color: approx New Orleans. HEX triplet: EC, C2 and 8A. RGB value is (236,194,138). Sum of RGB (Red+Green+Blue) = 236+194+138=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC28A is #133D75. Grayscale: #C8C8C8. Windows color (decimal): -1260918 or 9093868. OLE color: 9093868.

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

Color convert

RGB236194138-
CMYK00.180.420.07
HSL34.29º72.06%73.33%-
HSV(B)34.29º41.53%92.55%-
XYZ58.4758.2532.21-
YUV200.1792.91153.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 138 (54.30% from 255) = 24.30%
R=41.55%
G=34.15%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619413800.180.420.0734.2972.0673.33
HexECC28A0122A7224849
Octal35430221202252742110111
Binary11101100110000101000101001001010101011110001010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC28A; }

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

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

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

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

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

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

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

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