#ECC070

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

Shades of Harvest Gold #ECC070

Tints of Harvest Gold #ECC070

Color information

#ECC070 (or 0xECC070) is unknown color: approx Harvest Gold. HEX triplet: EC, C0 and 70. RGB value is (236,192,112). Sum of RGB (Red+Green+Blue) = 236+192+112=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC070 is #133F8F. Grayscale: #C4C4C4. Windows color (decimal): -1261456 or 7389420. OLE color: 7389420.

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

Color convert

RGB236192112-
CMYK00.190.530.07
HSL38.71º76.54%68.24%-
HSV(B)38.71º52.54%92.55%-
XYZ56.3756.723.3-
YUV196.0480.58156.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 112 (44.14% from 255) = 20.74%
R=43.70%
G=35.56%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619211200.190.530.0738.7176.5468.24
HexECC070013357274d44
Octal35430016002365747115104
Binary1110110011000000111000001001111010111110011110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC070; }

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

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

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

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

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

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

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

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