Html Css Color HEX #EABE64 Harvest Gold

📋 copy color: '#EABE64'

red 234 ◦ green 190 ◦ blue 100

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

Shades of Harvest Gold #EABE64

Tints of Harvest Gold #EABE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.26%

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

R = 44.66%
G = 36.26%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EABE64 (or 0xEABE64) is known color: Harvest Gold. HEX triplet: EA, BE and 64. RGB value is (234,190,100). Sum of RGB (Red+Green+Blue) = 234+190+100=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE64 is #15419B. Grayscale: #C1C1C1. Windows color (decimal): -1393052 or 6602474. OLE color: 6602474.

HSL color Cylindrical-coordinate representation of color #EABE64: hue angle of 40.3º 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 #EABE64 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 190 100 -
CMYK 0 0.19 0.57 0.08
HSL 40.3º 0.76% 0.65% -
HSV(B) 40.3º 0.57% 0.92% -
XYZ 54.65 55.24 19.84 -
YUV 192.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 234 190 100 0 0.19 0.57 0.08 40.3 0.76 0.65
Hex EA BE 64 0 13 39 8 28 4C 41
Octal 352 276 144 0 23 71 10 50 114 101
Binary 11101010 10111110 1100100 0 10011 111001 1000 101000 1001100 1000001

Color Harmonies of #EABE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABE64

Black with #EABE64

Text Example


Text Example

White with #EABE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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