#ECC172

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

Shades of Harvest Gold #ECC172

Tints of Harvest Gold #ECC172

Color information

#ECC172 (or 0xECC172) is unknown color: approx Harvest Gold. HEX triplet: EC, C1 and 72. RGB value is (236,193,114). Sum of RGB (Red+Green+Blue) = 236+193+114=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC172 is #133E8D. Grayscale: #C5C5C5. Windows color (decimal): -1261198 or 7520748. OLE color: 7520748.

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

Color convert

RGB236193114-
CMYK00.180.520.07
HSL38.85º76.25%68.63%-
HSV(B)38.85º51.69%92.55%-
XYZ56.757.1923.97-
YUV196.8581.25155.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 114 (44.92% from 255) = 20.99%
R=43.46%
G=35.54%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619311400.180.520.0738.8576.2568.63
HexECC172012347274c45
Octal35430116202264747114105
Binary1110110011000001111001001001011010011110011110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC172; }

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

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

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

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

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

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

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

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