Html Css Color HEX #EABF61 Harvest Gold

📋 copy color: '#EABF61'

red 234 ◦ green 191 ◦ blue 97

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

Shades of Harvest Gold #EABF61

Tints of Harvest Gold #EABF61

RGB

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

 GREEN value IS 191 (75% from 255) = 36.59%

 BLUE value IS 97 (38.28% from 255) = 18.58%

R = 44.83%
G = 36.59%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EABF61 (or 0xEABF61) is known color: Harvest Gold. HEX triplet: EA, BF and 61. RGB value is (234,191,97). Sum of RGB (Red+Green+Blue) = 234+191+97=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF61 is #15409E. Grayscale: #C1C1C1. Windows color (decimal): -1392799 or 6406122. OLE color: 6406122.

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

Color convert

RGB 234 191 97 -
CMYK 0 0.18 0.59 0.08
HSL 41.17º 0.77% 0.65% -
HSV(B) 41.17º 0.59% 0.92% -
XYZ 54.72 55.62 19.16 -
YUV 193.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 234 191 97 0 0.18 0.59 0.08 41.17 0.77 0.65
Hex EA BF 61 0 12 3B 8 29 4D 41
Octal 352 277 141 0 22 73 10 51 115 101
Binary 11101010 10111111 1100001 0 10010 111011 1000 101001 1001101 1000001

Color Harmonies of #EABF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF61

Black with #EABF61

Text Example


Text Example

White with #EABF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF61; }

 p { color: rgb(234,191,97); }

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

background-color css

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

 a { background-color: rgb(234,191,97); }

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

border-color css

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

 span { border-color: rgb(234,191,97); }

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