#ECC48B

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

Shades of New Orleans #ECC48B

Tints of New Orleans #ECC48B

Color information

#ECC48B (or 0xECC48B) is unknown color: approx New Orleans. HEX triplet: EC, C4 and 8B. RGB value is (236,196,139). Sum of RGB (Red+Green+Blue) = 236+196+139=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC48B is #133B74. Grayscale: #C9C9C9. Windows color (decimal): -1260405 or 9159916. OLE color: 9159916.

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

Color convert

RGB236196139-
CMYK00.170.410.07
HSL35.26º71.85%73.53%-
HSV(B)35.26º41.1%92.55%-
XYZ58.9959.1832.74-
YUV201.4692.75152.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 139 (54.69% from 255) = 24.34%
R=41.33%
G=34.33%
B=24.34%

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
Decimal23619613900.170.410.0735.2671.8573.53
HexECC48B01129723484a
Octal35430421302151743110112
Binary11101100110001001000101101000110100111110001110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC48B; }

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

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

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

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

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

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

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

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