Html Css Color HEX #EABD62 Harvest Gold

📋 copy color: '#EABD62'

red 234 ◦ green 189 ◦ blue 98

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

Shades of Harvest Gold #EABD62

Tints of Harvest Gold #EABD62

RGB

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

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

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

R = 44.91%
G = 36.28%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EABD62 (or 0xEABD62) is known color: Harvest Gold. HEX triplet: EA, BD and 62. RGB value is (234,189,98). Sum of RGB (Red+Green+Blue) = 234+189+98=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD62 is #15429D. Grayscale: #C0C0C0. Windows color (decimal): -1393310 or 6471146. OLE color: 6471146.

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

Color convert

RGB 234 189 98 -
CMYK 0 0.19 0.58 0.08
HSL 40.15º 0.76% 0.65% -
HSV(B) 40.15º 0.58% 0.92% -
XYZ 54.33 54.77 19.26 -
YUV 192.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 234 189 98 0 0.19 0.58 0.08 40.15 0.76 0.65
Hex EA BD 62 0 13 3A 8 28 4C 41
Octal 352 275 142 0 23 72 10 50 114 101
Binary 11101010 10111101 1100010 0 10011 111010 1000 101000 1001100 1000001

Color Harmonies of #EABD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD62

Black with #EABD62

Text Example


Text Example

White with #EABD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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