Html Css Color HEX #EABA65 Harvest Gold

📋 copy color: '#EABA65'

red 234 ◦ green 186 ◦ blue 101

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

Shades of Harvest Gold #EABA65

Tints of Harvest Gold #EABA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.7%

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 44.91%
G = 35.7%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EABA65 (or 0xEABA65) is known color: Harvest Gold. HEX triplet: EA, BA and 65. RGB value is (234,186,101). Sum of RGB (Red+Green+Blue) = 234+186+101=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA65 is #15459A. Grayscale: #BFBFBF. Windows color (decimal): -1394075 or 6666986. OLE color: 6666986.

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

Color convert

RGB 234 186 101 -
CMYK 0 0.21 0.57 0.08
HSL 38.35º 0.76% 0.66% -
HSV(B) 38.35º 0.57% 0.92% -
XYZ 53.84 53.55 19.81 -
YUV 190.66 77.4 158.91 -
System Red Green Blue C M Y K H S L
Decimal 234 186 101 0 0.21 0.57 0.08 38.35 0.76 0.66
Hex EA BA 65 0 15 39 8 26 4C 42
Octal 352 272 145 0 25 71 10 46 114 102
Binary 11101010 10111010 1100101 0 10101 111001 1000 100110 1001100 1000010

Color Harmonies of #EABA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA65

Black with #EABA65

Text Example


Text Example

White with #EABA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA65; }

 p { color: rgb(234,186,101); }

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

background-color css

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

 a { background-color: rgb(234,186,101); }

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

border-color css

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

 span { border-color: rgb(234,186,101); }

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