#ECC069

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

Shades of Harvest Gold #ECC069

Tints of Harvest Gold #ECC069

Color information

#ECC069 (or 0xECC069) is unknown color: approx Harvest Gold. HEX triplet: EC, C0 and 69. RGB value is (236,192,105). Sum of RGB (Red+Green+Blue) = 236+192+105=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC069 is #133F96. Grayscale: #C3C3C3. Windows color (decimal): -1261463 or 6930668. OLE color: 6930668.

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

Color convert

RGB236192105-
CMYK00.190.560.07
HSL39.85º77.51%66.86%-
HSV(B)39.85º55.51%92.55%-
XYZ55.9956.5521.33-
YUV195.2477.08157.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 105 (41.41% from 255) = 19.70%
R=44.28%
G=36.02%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619210500.190.560.0739.8577.5166.86
HexECC069013387284e43
Octal35430015102370750116103
Binary1110110011000000110100101001111100011110100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC069; }

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

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

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

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

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

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

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

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