Html Css Color HEX #EAB464 Harvest Gold

📋 copy color: '#EAB464'

red 234 ◦ green 180 ◦ blue 100

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

Shades of Harvest Gold #EAB464

Tints of Harvest Gold #EAB464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.46%

R = 45.53%
G = 35.02%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAB464 (or 0xEAB464) is known color: Harvest Gold. HEX triplet: EA, B4 and 64. RGB value is (234,180,100). Sum of RGB (Red+Green+Blue) = 234+180+100=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB464 is #154B9B. Grayscale: #BBBBBB. Windows color (decimal): -1395612 or 6599914. OLE color: 6599914.

HSL color Cylindrical-coordinate representation of color #EAB464: hue angle of 35.82º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAB464 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 100 -
CMYK 0 0.23 0.57 0.08
HSL 35.82º 0.76% 0.65% -
HSV(B) 35.82º 0.57% 0.92% -
XYZ 52.55 51.06 19.14 -
YUV 187.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 234 180 100 0 0.23 0.57 0.08 35.82 0.76 0.65
Hex EA B4 64 0 17 39 8 24 4C 41
Octal 352 264 144 0 27 71 10 44 114 101
Binary 11101010 10110100 1100100 0 10111 111001 1000 100100 1001100 1000001

Color Harmonies of #EAB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB464

Black with #EAB464

Text Example


Text Example

White with #EAB464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB464; }

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

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

background-color css

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

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

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

border-color css

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

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

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