Html Css Color HEX #EAB363 Harvest Gold

📋 copy color: '#EAB363'

red 234 ◦ green 179 ◦ blue 99

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

Shades of Harvest Gold #EAB363

Tints of Harvest Gold #EAB363

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.96%

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

R = 45.7%
G = 34.96%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAB363 (or 0xEAB363) is known color: Harvest Gold. HEX triplet: EA, B3 and 63. RGB value is (234,179,99). Sum of RGB (Red+Green+Blue) = 234+179+99=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB363 is #154C9C. Grayscale: #BABABA. Windows color (decimal): -1395869 or 6534122. OLE color: 6534122.

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

Color convert

RGB 234 179 99 -
CMYK 0 0.24 0.58 0.08
HSL 35.56º 0.76% 0.65% -
HSV(B) 35.56º 0.58% 0.92% -
XYZ 52.3 50.63 18.82 -
YUV 186.33 78.72 162 -
System Red Green Blue C M Y K H S L
Decimal 234 179 99 0 0.24 0.58 0.08 35.56 0.76 0.65
Hex EA B3 63 0 18 3A 8 24 4C 41
Octal 352 263 143 0 30 72 10 44 114 101
Binary 11101010 10110011 1100011 0 11000 111010 1000 100100 1001100 1000001

Color Harmonies of #EAB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB363

Black with #EAB363

Text Example


Text Example

White with #EAB363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB363; }

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

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

background-color css

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

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

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

border-color css

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

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

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