Html Css Color HEX #EABA68 Harvest Gold

📋 copy color: '#EABA68'

red 234 ◦ green 186 ◦ blue 104

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

Shades of Harvest Gold #EABA68

Tints of Harvest Gold #EABA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.85%

R = 44.66%
G = 35.5%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EABA68 (or 0xEABA68) is known color: Harvest Gold. HEX triplet: EA, BA and 68. RGB value is (234,186,104). Sum of RGB (Red+Green+Blue) = 234+186+104=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA68 is #154597. Grayscale: #BFBFBF. Windows color (decimal): -1394072 or 6863594. OLE color: 6863594.

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

Color convert

RGB 234 186 104 -
CMYK 0 0.21 0.56 0.08
HSL 37.85º 0.76% 0.66% -
HSV(B) 37.85º 0.56% 0.92% -
XYZ 53.99 53.61 20.6 -
YUV 191 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 234 186 104 0 0.21 0.56 0.08 37.85 0.76 0.66
Hex EA BA 68 0 15 38 8 26 4C 42
Octal 352 272 150 0 25 70 10 46 114 102
Binary 11101010 10111010 1101000 0 10101 111000 1000 100110 1001100 1000010

Color Harmonies of #EABA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA68

Black with #EABA68

Text Example


Text Example

White with #EABA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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