Html Css Color HEX #ECAE70 Harvest Gold

📋 copy color: '#ECAE70'

red 236 ◦ green 174 ◦ blue 112

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

Shades of Harvest Gold #ECAE70

Tints of Harvest Gold #ECAE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.33%

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

R = 45.21%
G = 33.33%
B = 21.46%

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

#ECAE70 (or 0xECAE70) is known color: Harvest Gold. HEX triplet: EC, AE and 70. RGB value is (236,174,112). Sum of RGB (Red+Green+Blue) = 236+174+112=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE70 is #13518F. Grayscale: #B9B9B9. Windows color (decimal): -1266064 or 7384812. OLE color: 7384812.

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

Color convert

RGB 236 174 112 -
CMYK 0 0.26 0.53 0.07
HSL 30º 0.77% 0.68% -
HSV(B) 30º 0.53% 0.93% -
XYZ 52.65 49.27 22.07 -
YUV 185.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 236 174 112 0 0.26 0.53 0.07 30 0.77 0.68
Hex EC AE 70 0 1A 35 7 1E 4D 44
Octal 354 256 160 0 32 65 7 36 115 104
Binary 11101100 10101110 1110000 0 11010 110101 111 11110 1001101 1000100

Color Harmonies of #ECAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE70

Black with #ECAE70

Text Example


Text Example

White with #ECAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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