Html Css Color HEX #ECAF70 Harvest Gold

📋 copy color: '#ECAF70'

red 236 ◦ green 175 ◦ blue 112

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

Shades of Harvest Gold #ECAF70

Tints of Harvest Gold #ECAF70

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.46%

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

R = 45.12%
G = 33.46%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECAF70 (or 0xECAF70) is known color: Harvest Gold. HEX triplet: EC, AF and 70. RGB value is (236,175,112). Sum of RGB (Red+Green+Blue) = 236+175+112=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF70 is #13508F. Grayscale: #BABABA. Windows color (decimal): -1265808 or 7385068. OLE color: 7385068.

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

Color convert

RGB 236 175 112 -
CMYK 0 0.26 0.53 0.07
HSL 30.48º 0.77% 0.68% -
HSV(B) 30.48º 0.53% 0.93% -
XYZ 52.85 49.66 22.13 -
YUV 186.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 236 175 112 0 0.26 0.53 0.07 30.48 0.77 0.68
Hex EC AF 70 0 1A 35 7 1E 4D 44
Octal 354 257 160 0 32 65 7 36 115 104
Binary 11101100 10101111 1110000 0 11010 110101 111 11110 1001101 1000100

Color Harmonies of #ECAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF70

Black with #ECAF70

Text Example


Text Example

White with #ECAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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