#ECC78D

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

Shades of New Orleans #ECC78D

Tints of New Orleans #ECC78D

Color information

#ECC78D (or 0xECC78D) is unknown color: approx New Orleans. HEX triplet: EC, C7 and 8D. RGB value is (236,199,141). Sum of RGB (Red+Green+Blue) = 236+199+141=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC78D is #133872. Grayscale: #CBCBCB. Windows color (decimal): -1259635 or 9291756. OLE color: 9291756.

HSL color Cylindrical-coordinate representation of color #ECC78D: hue angle of 36.63º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECC78D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236199141-
CMYK00.160.400.07
HSL36.63º71.43%73.92%-
HSV(B)36.63º40.25%92.55%-
XYZ59.8260.633.74-
YUV203.4592.76151.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 199 (78.12% from 255) = 34.55%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=40.97%
G=34.55%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619914100.160.400.0736.6371.4373.92
HexECC78D01028725474a
Octal35430721502050745107112
Binary11101100110001111000110101000010100011110010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC78D; }

 p { color: rgb(236,199,141); }

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

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

 a { background-color: rgb(236,199,141); }

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

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

 span { border-color: rgb(236,199,141); }

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