Html Css Color HEX #EAB862 Harvest Gold

📋 copy color: '#EAB862'

red 234 ◦ green 184 ◦ blue 98

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

Shades of Harvest Gold #EAB862

Tints of Harvest Gold #EAB862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.66%

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

R = 45.35%
G = 35.66%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAB862 (or 0xEAB862) is known color: Harvest Gold. HEX triplet: EA, B8 and 62. RGB value is (234,184,98). Sum of RGB (Red+Green+Blue) = 234+184+98=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB862 is #15479D. Grayscale: #BDBDBD. Windows color (decimal): -1394590 or 6469866. OLE color: 6469866.

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

Color convert

RGB 234 184 98 -
CMYK 0 0.21 0.58 0.08
HSL 37.94º 0.76% 0.65% -
HSV(B) 37.94º 0.58% 0.92% -
XYZ 53.28 52.66 18.91 -
YUV 189.15 76.57 159.99 -
System Red Green Blue C M Y K H S L
Decimal 234 184 98 0 0.21 0.58 0.08 37.94 0.76 0.65
Hex EA B8 62 0 15 3A 8 26 4C 41
Octal 352 270 142 0 25 72 10 46 114 101
Binary 11101010 10111000 1100010 0 10101 111010 1000 100110 1001100 1000001

Color Harmonies of #EAB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB862

Black with #EAB862

Text Example


Text Example

White with #EAB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB862; }

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

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

background-color css

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

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

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

border-color css

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

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

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