Html Css Color HEX #ECAE64 Harvest Gold

📋 copy color: '#ECAE64'

red 236 ◦ green 174 ◦ blue 100

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

Shades of Harvest Gold #ECAE64

Tints of Harvest Gold #ECAE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.61%

R = 46.27%
G = 34.12%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECAE64 (or 0xECAE64) is known color: Harvest Gold. HEX triplet: EC, AE and 64. RGB value is (236,174,100). Sum of RGB (Red+Green+Blue) = 236+174+100=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE64 is #13519B. Grayscale: #B8B8B8. Windows color (decimal): -1266076 or 6598380. OLE color: 6598380.

HSL color Cylindrical-coordinate representation of color #ECAE64: hue angle of 32.65º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECAE64 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 174 100 -
CMYK 0 0.26 0.58 0.07
HSL 32.65º 0.78% 0.66% -
HSV(B) 32.65º 0.58% 0.93% -
XYZ 52.03 49.03 18.78 -
YUV 184.1 80.54 165.02 -
System Red Green Blue C M Y K H S L
Decimal 236 174 100 0 0.26 0.58 0.07 32.65 0.78 0.66
Hex EC AE 64 0 1A 3A 7 21 4E 42
Octal 354 256 144 0 32 72 7 41 116 102
Binary 11101100 10101110 1100100 0 11010 111010 111 100001 1001110 1000010

Color Harmonies of #ECAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE64

Black with #ECAE64

Text Example


Text Example

White with #ECAE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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