Html Css Color HEX #EABB64 Harvest Gold

📋 copy color: '#EABB64'

red 234 ◦ green 187 ◦ blue 100

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

Shades of Harvest Gold #EABB64

Tints of Harvest Gold #EABB64

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.89%

 BLUE value IS 100 (39.45% from 255) = 19.19%

R = 44.91%
G = 35.89%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EABB64 (or 0xEABB64) is known color: Harvest Gold. HEX triplet: EA, BB and 64. RGB value is (234,187,100). Sum of RGB (Red+Green+Blue) = 234+187+100=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB64 is #15449B. Grayscale: #BFBFBF. Windows color (decimal): -1393820 or 6601706. OLE color: 6601706.

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

Color convert

RGB 234 187 100 -
CMYK 0 0.20 0.57 0.08
HSL 38.96º 0.76% 0.65% -
HSV(B) 38.96º 0.57% 0.92% -
XYZ 54 53.95 19.62 -
YUV 191.14 76.57 158.57 -
System Red Green Blue C M Y K H S L
Decimal 234 187 100 0 0.20 0.57 0.08 38.96 0.76 0.65
Hex EA BB 64 0 14 39 8 27 4C 41
Octal 352 273 144 0 24 71 10 47 114 101
Binary 11101010 10111011 1100100 0 10100 111001 1000 100111 1001100 1000001

Color Harmonies of #EABB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB64

Black with #EABB64

Text Example


Text Example

White with #EABB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB64; }

 p { color: rgb(234,187,100); }

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

background-color css

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

 a { background-color: rgb(234,187,100); }

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

border-color css

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

 span { border-color: rgb(234,187,100); }

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