Html Css Color HEX #EAB370 Harvest Gold

📋 copy color: '#EAB370'

red 234 ◦ green 179 ◦ blue 112

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

Shades of Harvest Gold #EAB370

Tints of Harvest Gold #EAB370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.1%

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

R = 44.57%
G = 34.1%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAB370 (or 0xEAB370) is known color: Harvest Gold. HEX triplet: EA, B3 and 70. RGB value is (234,179,112). Sum of RGB (Red+Green+Blue) = 234+179+112=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB370 is #154C8F. Grayscale: #BCBCBC. Windows color (decimal): -1395856 or 7386090. OLE color: 7386090.

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

Color convert

RGB 234 179 112 -
CMYK 0 0.24 0.52 0.08
HSL 32.95º 0.74% 0.68% -
HSV(B) 32.95º 0.52% 0.92% -
XYZ 52.98 50.9 22.36 -
YUV 187.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 234 179 112 0 0.24 0.52 0.08 32.95 0.74 0.68
Hex EA B3 70 0 18 34 8 21 4A 44
Octal 352 263 160 0 30 64 10 41 112 104
Binary 11101010 10110011 1110000 0 11000 110100 1000 100001 1001010 1000100

Color Harmonies of #EAB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB370

Black with #EAB370

Text Example


Text Example

White with #EAB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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