Html Css Color HEX #EABD74 Harvest Gold

📋 copy color: '#EABD74'

red 234 ◦ green 189 ◦ blue 116

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

Shades of Harvest Gold #EABD74

Tints of Harvest Gold #EABD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.52%

R = 43.41%
G = 35.06%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EABD74 (or 0xEABD74) is known color: Harvest Gold. HEX triplet: EA, BD and 74. RGB value is (234,189,116). Sum of RGB (Red+Green+Blue) = 234+189+116=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD74 is #15428B. Grayscale: #C2C2C2. Windows color (decimal): -1393292 or 7650794. OLE color: 7650794.

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

Color convert

RGB 234 189 116 -
CMYK 0 0.19 0.50 0.08
HSL 37.12º 0.74% 0.69% -
HSV(B) 37.12º 0.5% 0.92% -
XYZ 55.28 55.15 24.25 -
YUV 194.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 234 189 116 0 0.19 0.50 0.08 37.12 0.74 0.69
Hex EA BD 74 0 13 32 8 25 4A 45
Octal 352 275 164 0 23 62 10 45 112 105
Binary 11101010 10111101 1110100 0 10011 110010 1000 100101 1001010 1000101

Color Harmonies of #EABD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD74

Black with #EABD74

Text Example


Text Example

White with #EABD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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