Html Css Color HEX #EABD72 Harvest Gold

📋 copy color: '#EABD72'

red 234 ◦ green 189 ◦ blue 114

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

Shades of Harvest Gold #EABD72

Tints of Harvest Gold #EABD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.23%

R = 43.58%
G = 35.2%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EABD72 (or 0xEABD72) is known color: Harvest Gold. HEX triplet: EA, BD and 72. RGB value is (234,189,114). Sum of RGB (Red+Green+Blue) = 234+189+114=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD72 is #15428D. Grayscale: #C2C2C2. Windows color (decimal): -1393294 or 7519722. OLE color: 7519722.

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

Color convert

RGB 234 189 114 -
CMYK 0 0.19 0.51 0.08
HSL 37.5º 0.74% 0.68% -
HSV(B) 37.5º 0.51% 0.92% -
XYZ 55.17 55.1 23.65 -
YUV 193.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 234 189 114 0 0.19 0.51 0.08 37.5 0.74 0.68
Hex EA BD 72 0 13 33 8 26 4A 44
Octal 352 275 162 0 23 63 10 46 112 104
Binary 11101010 10111101 1110010 0 10011 110011 1000 100110 1001010 1000100

Color Harmonies of #EABD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD72

Black with #EABD72

Text Example


Text Example

White with #EABD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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