Html Css Color HEX #ECC072 Harvest Gold

📋 copy color: '#ECC072'

red 236 ◦ green 192 ◦ blue 114

#ECC072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #ECC072

Tints of Harvest Gold #ECC072

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 value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECC072 (or 0xECC072) is known color: 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

RGB 236 192 114 -
CMYK 0 0.19 0.52 0.07
HSL 38.36º 0.76% 0.69% -
HSV(B) 38.36º 0.52% 0.93% -
XYZ 56.48 56.75 23.9 -
YUV 196.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 236 192 114 0 0.19 0.52 0.07 38.36 0.76 0.69
Hex EC C0 72 0 13 34 7 26 4C 45
Octal 354 300 162 0 23 64 7 46 114 105
Binary 11101100 11000000 1110010 0 10011 110100 111 100110 1001100 1000101

Color Harmonies of #ECC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC072

Black with #ECC072

Text Example


Text Example

White with #ECC072

Text Example


Text Example

HTML Codes & Css Web 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>