#ecc48c

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

Shades of New Orleans #ECC48C

Tints of New Orleans #ECC48C

Color information

#ECC48C (or 0xECC48C) is unknown color: approx New Orleans. HEX triplet: EC, C4 and 8C. RGB value is (236,196,140). Sum of RGB (Red+Green+Blue) = 236+196+140=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC48C is #133B73. Grayscale: #C9C9C9. Windows color (decimal): -1260404 or 9225452. OLE color: 9225452.

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

Color convert

RGB236196140-
CMYK00.170.410.07
HSL35º71.64%73.73%-
HSV(B)35º40.68%92.55%-
XYZ59.0759.2133.13-
YUV201.5893.25152.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 196 (76.95% from 255) = 34.27%
BLUE value IS 140 (55.08% from 255) = 24.48%
R=41.26%
G=34.27%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619614000.170.410.073571.6473.73
HexECC48C01129723484a
Octal35430421402151743110112
Binary11101100110001001000110001000110100111110001110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecc48c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecc48c; }

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

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

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

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

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

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

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

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