Html Css Color HEX #EABD63 Harvest Gold

📋 copy color: '#EABD63'

red 234 ◦ green 189 ◦ blue 99

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

Shades of Harvest Gold #EABD63

Tints of Harvest Gold #EABD63

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.21%

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

R = 44.83%
G = 36.21%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EABD63 (or 0xEABD63) is known color: Harvest Gold. HEX triplet: EA, BD and 63. RGB value is (234,189,99). Sum of RGB (Red+Green+Blue) = 234+189+99=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD63 is #15429C. Grayscale: #C0C0C0. Windows color (decimal): -1393309 or 6536682. OLE color: 6536682.

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

Color convert

RGB 234 189 99 -
CMYK 0 0.19 0.58 0.08
HSL 40º 0.76% 0.65% -
HSV(B) 40º 0.58% 0.92% -
XYZ 54.38 54.79 19.51 -
YUV 192.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 234 189 99 0 0.19 0.58 0.08 40 0.76 0.65
Hex EA BD 63 0 13 3A 8 28 4C 41
Octal 352 275 143 0 23 72 10 50 114 101
Binary 11101010 10111101 1100011 0 10011 111010 1000 101000 1001100 1000001

Color Harmonies of #EABD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD63

Black with #EABD63

Text Example


Text Example

White with #EABD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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