Html Css Color HEX #EAB260 Harvest Gold

📋 copy color: '#EAB260'

red 234 ◦ green 178 ◦ blue 96

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

Shades of Harvest Gold #EAB260

Tints of Harvest Gold #EAB260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.04%

 BLUE value IS 96 (37.89% from 255) = 18.9%

R = 46.06%
G = 35.04%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAB260 (or 0xEAB260) is known color: Harvest Gold. HEX triplet: EA, B2 and 60. RGB value is (234,178,96). Sum of RGB (Red+Green+Blue) = 234+178+96=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB260 is #154D9F. Grayscale: #B9B9B9. Windows color (decimal): -1396128 or 6337258. OLE color: 6337258.

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

Color convert

RGB 234 178 96 -
CMYK 0 0.24 0.59 0.08
HSL 35.65º 0.77% 0.65% -
HSV(B) 35.65º 0.59% 0.92% -
XYZ 51.96 50.18 18.01 -
YUV 185.4 77.55 162.67 -
System Red Green Blue C M Y K H S L
Decimal 234 178 96 0 0.24 0.59 0.08 35.65 0.77 0.65
Hex EA B2 60 0 18 3B 8 24 4D 41
Octal 352 262 140 0 30 73 10 44 115 101
Binary 11101010 10110010 1100000 0 11000 111011 1000 100100 1001101 1000001

Color Harmonies of #EAB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB260

Black with #EAB260

Text Example


Text Example

White with #EAB260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB260; }

 p { color: rgb(234,178,96); }

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

background-color css

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

 a { background-color: rgb(234,178,96); }

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

border-color css

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

 span { border-color: rgb(234,178,96); }

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