#ECC48A

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

Shades of New Orleans #ECC48A

Tints of New Orleans #ECC48A

Color information

#ECC48A (or 0xECC48A) is unknown color: approx New Orleans. HEX triplet: EC, C4 and 8A. RGB value is (236,196,138). Sum of RGB (Red+Green+Blue) = 236+196+138=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC48A is #133B75. Grayscale: #C9C9C9. Windows color (decimal): -1260406 or 9094380. OLE color: 9094380.

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

Color convert

RGB236196138-
CMYK00.170.420.07
HSL35.51º72.06%73.33%-
HSV(B)35.51º41.53%92.55%-
XYZ58.9259.1532.36-
YUV201.3592.25152.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 138 (54.30% from 255) = 24.21%
R=41.40%
G=34.39%
B=24.21%

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
Decimal23619613800.170.420.0735.5172.0673.33
HexECC48A0112A7244849
Octal35430421202152744110111
Binary11101100110001001000101001000110101011110010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC48A; }

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

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

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

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

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

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

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

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