#ECC072

Color #ECC072 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #ECC072

Tints of Harvest Gold #ECC072

Color information

#ECC072 (or 0xECC072) is unknown color: approx Harvest Gold. HEX triplet: EC, C0 and 72. RGB value is (236,192,114). Sum of RGB (Red+Green+Blue) = 236+192+114=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC072 is #133F8D. Grayscale: #C4C4C4. Windows color (decimal): -1261454 or 7520492. OLE color: 7520492.

HSL color Cylindrical-coordinate representation of color #ECC072: hue angle of 38.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECC072 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB236192114-
CMYK00.190.520.07
HSL38.36º76.25%68.63%-
HSV(B)38.36º51.69%92.55%-
XYZ56.4856.7523.9-
YUV196.2681.58156.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.54%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=43.54%
G=35.42%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619211400.190.520.0738.3676.2568.63
HexECC072013347264c45
Octal35430016202364746114105
Binary1110110011000000111001001001111010011110011010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC072; }

 p { color: rgb(236,192,114); }

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

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

 a { background-color: rgb(236,192,114); }

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

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

 span { border-color: rgb(236,192,114); }

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