Html Css Color HEX #EABD60 Harvest Gold

📋 copy color: '#EABD60'

red 234 ◦ green 189 ◦ blue 96

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

Shades of Harvest Gold #EABD60

Tints of Harvest Gold #EABD60

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.42%

 BLUE value IS 96 (37.89% from 255) = 18.5%

R = 45.09%
G = 36.42%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EABD60 (or 0xEABD60) is known color: Harvest Gold. HEX triplet: EA, BD and 60. RGB value is (234,189,96). Sum of RGB (Red+Green+Blue) = 234+189+96=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD60 is #15429F. Grayscale: #C0C0C0. Windows color (decimal): -1393312 or 6340074. OLE color: 6340074.

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

Color convert

RGB 234 189 96 -
CMYK 0 0.19 0.59 0.08
HSL 40.43º 0.77% 0.65% -
HSV(B) 40.43º 0.59% 0.92% -
XYZ 54.24 54.73 18.77 -
YUV 191.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 234 189 96 0 0.19 0.59 0.08 40.43 0.77 0.65
Hex EA BD 60 0 13 3B 8 28 4D 41
Octal 352 275 140 0 23 73 10 50 115 101
Binary 11101010 10111101 1100000 0 10011 111011 1000 101000 1001101 1000001

Color Harmonies of #EABD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD60

Black with #EABD60

Text Example


Text Example

White with #EABD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD60; }

 p { color: rgb(234,189,96); }

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

background-color css

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

 a { background-color: rgb(234,189,96); }

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

border-color css

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

 span { border-color: rgb(234,189,96); }

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