Html Css Color HEX #EAB662 Harvest Gold

📋 copy color: '#EAB662'

red 234 ◦ green 182 ◦ blue 98

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

Shades of Harvest Gold #EAB662

Tints of Harvest Gold #EAB662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.41%

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

R = 45.53%
G = 35.41%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAB662 (or 0xEAB662) is known color: Harvest Gold. HEX triplet: EA, B6 and 62. RGB value is (234,182,98). Sum of RGB (Red+Green+Blue) = 234+182+98=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB662 is #15499D. Grayscale: #BCBCBC. Windows color (decimal): -1395102 or 6469354. OLE color: 6469354.

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

Color convert

RGB 234 182 98 -
CMYK 0 0.22 0.58 0.08
HSL 37.06º 0.76% 0.65% -
HSV(B) 37.06º 0.58% 0.92% -
XYZ 52.86 51.83 18.77 -
YUV 187.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 234 182 98 0 0.22 0.58 0.08 37.06 0.76 0.65
Hex EA B6 62 0 16 3A 8 25 4C 41
Octal 352 266 142 0 26 72 10 45 114 101
Binary 11101010 10110110 1100010 0 10110 111010 1000 100101 1001100 1000001

Color Harmonies of #EAB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB662

Black with #EAB662

Text Example


Text Example

White with #EAB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB662; }

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

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

background-color css

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

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

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

border-color css

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

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

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