Html Css Color HEX #ECAF64 Harvest Gold

📋 copy color: '#ECAF64'

red 236 ◦ green 175 ◦ blue 100

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

Shades of Harvest Gold #ECAF64

Tints of Harvest Gold #ECAF64

RGB

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

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

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

R = 46.18%
G = 34.25%
B = 19.57%

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

#ECAF64 (or 0xECAF64) is known color: Harvest Gold. HEX triplet: EC, AF and 64. RGB value is (236,175,100). Sum of RGB (Red+Green+Blue) = 236+175+100=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF64 is #13509B. Grayscale: #B9B9B9. Windows color (decimal): -1265820 or 6598636. OLE color: 6598636.

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

Color convert

RGB 236 175 100 -
CMYK 0 0.26 0.58 0.07
HSL 33.09º 0.78% 0.66% -
HSV(B) 33.09º 0.58% 0.93% -
XYZ 52.22 49.41 18.84 -
YUV 184.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 236 175 100 0 0.26 0.58 0.07 33.09 0.78 0.66
Hex EC AF 64 0 1A 3A 7 21 4E 42
Octal 354 257 144 0 32 72 7 41 116 102
Binary 11101100 10101111 1100100 0 11010 111010 111 100001 1001110 1000010

Color Harmonies of #ECAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF64

Black with #ECAF64

Text Example


Text Example

White with #ECAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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