Html Css Color HEX #ECC170 Harvest Gold

📋 copy color: '#ECC170'

red 236 ◦ green 193 ◦ blue 112

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

Shades of Harvest Gold #ECC170

Tints of Harvest Gold #ECC170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.67%

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 43.62%
G = 35.67%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECC170 (or 0xECC170) is known color: Harvest Gold. HEX triplet: EC, C1 and 70. RGB value is (236,193,112). Sum of RGB (Red+Green+Blue) = 236+193+112=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC170 is #133E8F. Grayscale: #C4C4C4. Windows color (decimal): -1261200 or 7389676. OLE color: 7389676.

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

Color convert

RGB 236 193 112 -
CMYK 0 0.18 0.53 0.07
HSL 39.19º 0.77% 0.68% -
HSV(B) 39.19º 0.53% 0.93% -
XYZ 56.59 57.14 23.38 -
YUV 196.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 236 193 112 0 0.18 0.53 0.07 39.19 0.77 0.68
Hex EC C1 70 0 12 35 7 27 4D 44
Octal 354 301 160 0 22 65 7 47 115 104
Binary 11101100 11000001 1110000 0 10010 110101 111 100111 1001101 1000100

Color Harmonies of #ECC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC170

Black with #ECC170

Text Example


Text Example

White with #ECC170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC170; }

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

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

background-color css

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

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

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

border-color css

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

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

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