Html Css Color HEX #EABF62 Harvest Gold

📋 copy color: '#EABF62'

red 234 ◦ green 191 ◦ blue 98

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

Shades of Harvest Gold #EABF62

Tints of Harvest Gold #EABF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.74%

R = 44.74%
G = 36.52%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EABF62 (or 0xEABF62) is known color: Harvest Gold. HEX triplet: EA, BF and 62. RGB value is (234,191,98). Sum of RGB (Red+Green+Blue) = 234+191+98=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF62 is #15409D. Grayscale: #C1C1C1. Windows color (decimal): -1392798 or 6471658. OLE color: 6471658.

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

Color convert

RGB 234 191 98 -
CMYK 0 0.18 0.58 0.08
HSL 41.03º 0.76% 0.65% -
HSV(B) 41.03º 0.58% 0.92% -
XYZ 54.77 55.64 19.41 -
YUV 193.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 234 191 98 0 0.18 0.58 0.08 41.03 0.76 0.65
Hex EA BF 62 0 12 3A 8 29 4C 41
Octal 352 277 142 0 22 72 10 51 114 101
Binary 11101010 10111111 1100010 0 10010 111010 1000 101001 1001100 1000001

Color Harmonies of #EABF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF62

Black with #EABF62

Text Example


Text Example

White with #EABF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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