Html Css Color HEX #EAB570 Harvest Gold

📋 copy color: '#EAB570'

red 234 ◦ green 181 ◦ blue 112

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

Shades of Harvest Gold #EAB570

Tints of Harvest Gold #EAB570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.25%

R = 44.4%
G = 34.35%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAB570 (or 0xEAB570) is known color: Harvest Gold. HEX triplet: EA, B5 and 70. RGB value is (234,181,112). Sum of RGB (Red+Green+Blue) = 234+181+112=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB570 is #154A8F. Grayscale: #BDBDBD. Windows color (decimal): -1395344 or 7386602. OLE color: 7386602.

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

Color convert

RGB 234 181 112 -
CMYK 0 0.23 0.52 0.08
HSL 33.93º 0.74% 0.68% -
HSV(B) 33.93º 0.52% 0.92% -
XYZ 53.38 51.71 22.5 -
YUV 188.98 84.56 160.11 -
System Red Green Blue C M Y K H S L
Decimal 234 181 112 0 0.23 0.52 0.08 33.93 0.74 0.68
Hex EA B5 70 0 17 34 8 22 4A 44
Octal 352 265 160 0 27 64 10 42 112 104
Binary 11101010 10110101 1110000 0 10111 110100 1000 100010 1001010 1000100

Color Harmonies of #EAB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB570

Black with #EAB570

Text Example


Text Example

White with #EAB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB570; }

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

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

background-color css

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

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

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

border-color css

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

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

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