Html Css Color HEX #EAB963 Harvest Gold

📋 copy color: '#EAB963'

red 234 ◦ green 185 ◦ blue 99

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

Shades of Harvest Gold #EAB963

Tints of Harvest Gold #EAB963

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.71%

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

R = 45.17%
G = 35.71%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAB963 (or 0xEAB963) is known color: Harvest Gold. HEX triplet: EA, B9 and 63. RGB value is (234,185,99). Sum of RGB (Red+Green+Blue) = 234+185+99=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB963 is #15469C. Grayscale: #BEBEBE. Windows color (decimal): -1394333 or 6535658. OLE color: 6535658.

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

Color convert

RGB 234 185 99 -
CMYK 0 0.21 0.58 0.08
HSL 38.22º 0.76% 0.65% -
HSV(B) 38.22º 0.58% 0.92% -
XYZ 53.53 53.09 19.23 -
YUV 189.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 234 185 99 0 0.21 0.58 0.08 38.22 0.76 0.65
Hex EA B9 63 0 15 3A 8 26 4C 41
Octal 352 271 143 0 25 72 10 46 114 101
Binary 11101010 10111001 1100011 0 10101 111010 1000 100110 1001100 1000001

Color Harmonies of #EAB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB963

Black with #EAB963

Text Example


Text Example

White with #EAB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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