Html Css Color HEX #EABF65 Harvest Gold

📋 copy color: '#EABF65'

red 234 ◦ green 191 ◦ blue 101

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

Shades of Harvest Gold #EABF65

Tints of Harvest Gold #EABF65

RGB

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

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

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

R = 44.49%
G = 36.31%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EABF65 (or 0xEABF65) is known color: Harvest Gold. HEX triplet: EA, BF and 65. RGB value is (234,191,101). Sum of RGB (Red+Green+Blue) = 234+191+101=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF65 is #15409A. Grayscale: #C2C2C2. Windows color (decimal): -1392795 or 6668266. OLE color: 6668266.

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

Color convert

RGB 234 191 101 -
CMYK 0 0.18 0.57 0.08
HSL 40.6º 0.76% 0.66% -
HSV(B) 40.6º 0.57% 0.92% -
XYZ 54.91 55.69 20.17 -
YUV 193.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 234 191 101 0 0.18 0.57 0.08 40.6 0.76 0.66
Hex EA BF 65 0 12 39 8 29 4C 42
Octal 352 277 145 0 22 71 10 51 114 102
Binary 11101010 10111111 1100101 0 10010 111001 1000 101001 1001100 1000010

Color Harmonies of #EABF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF65

Black with #EABF65

Text Example


Text Example

White with #EABF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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