Html Css Color HEX #ECC074 Harvest Gold

📋 copy color: '#ECC074'

red 236 ◦ green 192 ◦ blue 116

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

Shades of Harvest Gold #ECC074

Tints of Harvest Gold #ECC074

RGB

 RED value IS 236 (92.58% from 255) = 43.38%

 GREEN value IS 192 (75.39% from 255) = 35.29%

 BLUE value IS 116 (45.7% from 255) = 21.32%

R = 43.38%
G = 35.29%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECC074 (or 0xECC074) is known color: Harvest Gold. HEX triplet: EC, C0 and 74. RGB value is (236,192,116). Sum of RGB (Red+Green+Blue) = 236+192+116=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC074 is #133F8B. Grayscale: #C4C4C4. Windows color (decimal): -1261452 or 7651564. OLE color: 7651564.

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

Color convert

RGB 236 192 116 -
CMYK 0 0.19 0.51 0.07
HSL 38º 0.76% 0.69% -
HSV(B) 38º 0.51% 0.93% -
XYZ 56.59 56.79 24.5 -
YUV 196.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 236 192 116 0 0.19 0.51 0.07 38 0.76 0.69
Hex EC C0 74 0 13 33 7 26 4C 45
Octal 354 300 164 0 23 63 7 46 114 105
Binary 11101100 11000000 1110100 0 10011 110011 111 100110 1001100 1000101

Color Harmonies of #ECC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC074

Black with #ECC074

Text Example


Text Example

White with #ECC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC074; }

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

 H1.HeaderClassName
 {
   color: #ECC074;
 }
 .AnyTagClassName
 {
   color: #ECC074;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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