Html Css Color HEX #EAB063 Harvest Gold

📋 copy color: '#EAB063'

red 234 ◦ green 176 ◦ blue 99

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

Shades of Harvest Gold #EAB063

Tints of Harvest Gold #EAB063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.58%

 BLUE value IS 99 (39.06% from 255) = 19.45%

R = 45.97%
G = 34.58%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAB063 (or 0xEAB063) is known color: Harvest Gold. HEX triplet: EA, B0 and 63. RGB value is (234,176,99). Sum of RGB (Red+Green+Blue) = 234+176+99=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB063 is #154F9C. Grayscale: #B8B8B8. Windows color (decimal): -1396637 or 6533354. OLE color: 6533354.

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

Color convert

RGB 234 176 99 -
CMYK 0 0.25 0.58 0.08
HSL 34.22º 0.76% 0.65% -
HSV(B) 34.22º 0.58% 0.92% -
XYZ 51.71 49.44 18.62 -
YUV 184.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 234 176 99 0 0.25 0.58 0.08 34.22 0.76 0.65
Hex EA B0 63 0 19 3A 8 22 4C 41
Octal 352 260 143 0 31 72 10 42 114 101
Binary 11101010 10110000 1100011 0 11001 111010 1000 100010 1001100 1000001

Color Harmonies of #EAB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB063

Black with #EAB063

Text Example


Text Example

White with #EAB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB063; }

 p { color: rgb(234,176,99); }

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

background-color css

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

 a { background-color: rgb(234,176,99); }

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

border-color css

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

 span { border-color: rgb(234,176,99); }

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