Html Css Color HEX #EABD71 Harvest Gold

📋 copy color: '#EABD71'

red 234 ◦ green 189 ◦ blue 113

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

Shades of Harvest Gold #EABD71

Tints of Harvest Gold #EABD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.08%

R = 43.66%
G = 35.26%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EABD71 (or 0xEABD71) is known color: Harvest Gold. HEX triplet: EA, BD and 71. RGB value is (234,189,113). Sum of RGB (Red+Green+Blue) = 234+189+113=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD71 is #15428E. Grayscale: #C2C2C2. Windows color (decimal): -1393295 or 7454186. OLE color: 7454186.

HSL color Cylindrical-coordinate representation of color #EABD71: hue angle of 37.69º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EABD71 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 113 -
CMYK 0 0.19 0.52 0.08
HSL 37.69º 0.74% 0.68% -
HSV(B) 37.69º 0.52% 0.92% -
XYZ 55.11 55.08 23.35 -
YUV 193.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 234 189 113 0 0.19 0.52 0.08 37.69 0.74 0.68
Hex EA BD 71 0 13 34 8 26 4A 44
Octal 352 275 161 0 23 64 10 46 112 104
Binary 11101010 10111101 1110001 0 10011 110100 1000 100110 1001010 1000100

Color Harmonies of #EABD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD71

Black with #EABD71

Text Example


Text Example

White with #EABD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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