Html Css Color HEX #EAAF64 Harvest Gold

📋 copy color: '#EAAF64'

red 234 ◦ green 175 ◦ blue 100

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

Shades of Harvest Gold #EAAF64

Tints of Harvest Gold #EAAF64

RGB

 RED value IS 234 (91.8% from 255) = 45.97%

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

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

R = 45.97%
G = 34.38%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAAF64 (or 0xEAAF64) is known color: Harvest Gold. HEX triplet: EA, AF and 64. RGB value is (234,175,100). Sum of RGB (Red+Green+Blue) = 234+175+100=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF64 is #15509B. Grayscale: #B8B8B8. Windows color (decimal): -1396892 or 6598634. OLE color: 6598634.

HSL color Cylindrical-coordinate representation of color #EAAF64: hue angle of 33.58º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAAF64 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 175 100 -
CMYK 0 0.25 0.57 0.08
HSL 33.58º 0.76% 0.65% -
HSV(B) 33.58º 0.57% 0.92% -
XYZ 51.56 49.07 18.81 -
YUV 184.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 234 175 100 0 0.25 0.57 0.08 33.58 0.76 0.65
Hex EA AF 64 0 19 39 8 22 4C 41
Octal 352 257 144 0 31 71 10 42 114 101
Binary 11101010 10101111 1100100 0 11001 111001 1000 100010 1001100 1000001

Color Harmonies of #EAAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF64

Black with #EAAF64

Text Example


Text Example

White with #EAAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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