Html Css Color HEX #EAB561 Harvest Gold

📋 copy color: '#EAB561'

red 234 ◦ green 181 ◦ blue 97

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

Shades of Harvest Gold #EAB561

Tints of Harvest Gold #EAB561

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

 BLUE value IS 97 (38.28% from 255) = 18.95%

R = 45.7%
G = 35.35%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAB561 (or 0xEAB561) is known color: Harvest Gold. HEX triplet: EA, B5 and 61. RGB value is (234,181,97). Sum of RGB (Red+Green+Blue) = 234+181+97=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB561 is #154A9E. Grayscale: #BBBBBB. Windows color (decimal): -1395359 or 6403562. OLE color: 6403562.

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

Color convert

RGB 234 181 97 -
CMYK 0 0.23 0.59 0.08
HSL 36.79º 0.77% 0.65% -
HSV(B) 36.79º 0.59% 0.92% -
XYZ 52.61 51.4 18.46 -
YUV 187.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 234 181 97 0 0.23 0.59 0.08 36.79 0.77 0.65
Hex EA B5 61 0 17 3B 8 25 4D 41
Octal 352 265 141 0 27 73 10 45 115 101
Binary 11101010 10110101 1100001 0 10111 111011 1000 100101 1001101 1000001

Color Harmonies of #EAB561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB561

Black with #EAB561

Text Example


Text Example

White with #EAB561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB561; }

 p { color: rgb(234,181,97); }

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

background-color css

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

 a { background-color: rgb(234,181,97); }

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

border-color css

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

 span { border-color: rgb(234,181,97); }

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