Html Css Color HEX #EAB574 Harvest Gold

📋 copy color: '#EAB574'

red 234 ◦ green 181 ◦ blue 116

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

Shades of Harvest Gold #EAB574

Tints of Harvest Gold #EAB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.09%

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

R = 44.07%
G = 34.09%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAB574 (or 0xEAB574) is known color: Harvest Gold. HEX triplet: EA, B5 and 74. RGB value is (234,181,116). Sum of RGB (Red+Green+Blue) = 234+181+116=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB574 is #154A8B. Grayscale: #BDBDBD. Windows color (decimal): -1395340 or 7648746. OLE color: 7648746.

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

Color convert

RGB 234 181 116 -
CMYK 0 0.23 0.50 0.08
HSL 33.05º 0.74% 0.69% -
HSV(B) 33.05º 0.5% 0.92% -
XYZ 53.61 51.8 23.7 -
YUV 189.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 234 181 116 0 0.23 0.50 0.08 33.05 0.74 0.69
Hex EA B5 74 0 17 32 8 21 4A 45
Octal 352 265 164 0 27 62 10 41 112 105
Binary 11101010 10110101 1110100 0 10111 110010 1000 100001 1001010 1000101

Color Harmonies of #EAB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB574

Black with #EAB574

Text Example


Text Example

White with #EAB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB574; }

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

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

background-color css

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

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

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

border-color css

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

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

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