Html Css Color HEX #ECC370 Harvest Gold

📋 copy color: '#ECC370'

red 236 ◦ green 195 ◦ blue 112

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

Shades of Harvest Gold #ECC370

Tints of Harvest Gold #ECC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.91%

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

R = 43.46%
G = 35.91%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECC370 (or 0xECC370) is known color: Harvest Gold. HEX triplet: EC, C3 and 70. RGB value is (236,195,112). Sum of RGB (Red+Green+Blue) = 236+195+112=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC370 is #133C8F. Grayscale: #C6C6C6. Windows color (decimal): -1260688 or 7390188. OLE color: 7390188.

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

Color convert

RGB 236 195 112 -
CMYK 0 0.17 0.53 0.07
HSL 40.16º 0.77% 0.68% -
HSV(B) 40.16º 0.53% 0.93% -
XYZ 57.03 58.03 23.52 -
YUV 197.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 236 195 112 0 0.17 0.53 0.07 40.16 0.77 0.68
Hex EC C3 70 0 11 35 7 28 4D 44
Octal 354 303 160 0 21 65 7 50 115 104
Binary 11101100 11000011 1110000 0 10001 110101 111 101000 1001101 1000100

Color Harmonies of #ECC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC370

Black with #ECC370

Text Example


Text Example

White with #ECC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC370; }

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

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

background-color css

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

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

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

border-color css

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

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

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