Html Css Color HEX #EAB462 Harvest Gold

📋 copy color: '#EAB462'

red 234 ◦ green 180 ◦ blue 98

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

Shades of Harvest Gold #EAB462

Tints of Harvest Gold #EAB462

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

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

R = 45.7%
G = 35.16%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAB462 (or 0xEAB462) is known color: Harvest Gold. HEX triplet: EA, B4 and 62. RGB value is (234,180,98). Sum of RGB (Red+Green+Blue) = 234+180+98=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB462 is #154B9D. Grayscale: #BBBBBB. Windows color (decimal): -1395614 or 6468842. OLE color: 6468842.

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

Color convert

RGB 234 180 98 -
CMYK 0 0.23 0.58 0.08
HSL 36.18º 0.76% 0.65% -
HSV(B) 36.18º 0.58% 0.92% -
XYZ 52.46 51.02 18.64 -
YUV 186.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 234 180 98 0 0.23 0.58 0.08 36.18 0.76 0.65
Hex EA B4 62 0 17 3A 8 24 4C 41
Octal 352 264 142 0 27 72 10 44 114 101
Binary 11101010 10110100 1100010 0 10111 111010 1000 100100 1001100 1000001

Color Harmonies of #EAB462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB462

Black with #EAB462

Text Example


Text Example

White with #EAB462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB462; }

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

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

background-color css

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

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

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

border-color css

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

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

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