Html Css Color HEX #EABB70 Harvest Gold

📋 copy color: '#EABB70'

red 234 ◦ green 187 ◦ blue 112

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

Shades of Harvest Gold #EABB70

Tints of Harvest Gold #EABB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.08%

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

R = 43.9%
G = 35.08%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EABB70 (or 0xEABB70) is known color: Harvest Gold. HEX triplet: EA, BB and 70. RGB value is (234,187,112). Sum of RGB (Red+Green+Blue) = 234+187+112=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB70 is #15448F. Grayscale: #C0C0C0. Windows color (decimal): -1393808 or 7388138. OLE color: 7388138.

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

Color convert

RGB 234 187 112 -
CMYK 0 0.20 0.52 0.08
HSL 36.89º 0.74% 0.68% -
HSV(B) 36.89º 0.52% 0.92% -
XYZ 54.63 54.2 22.91 -
YUV 192.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 234 187 112 0 0.20 0.52 0.08 36.89 0.74 0.68
Hex EA BB 70 0 14 34 8 25 4A 44
Octal 352 273 160 0 24 64 10 45 112 104
Binary 11101010 10111011 1110000 0 10100 110100 1000 100101 1001010 1000100

Color Harmonies of #EABB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB70

Black with #EABB70

Text Example


Text Example

White with #EABB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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