Html Css Color HEX #EABE70 Harvest Gold

📋 copy color: '#EABE70'

red 234 ◦ green 190 ◦ blue 112

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

Shades of Harvest Gold #EABE70

Tints of Harvest Gold #EABE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.45%

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

R = 43.66%
G = 35.45%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EABE70 (or 0xEABE70) is known color: Harvest Gold. HEX triplet: EA, BE and 70. RGB value is (234,190,112). Sum of RGB (Red+Green+Blue) = 234+190+112=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE70 is #15418F. Grayscale: #C2C2C2. Windows color (decimal): -1393040 or 7388906. OLE color: 7388906.

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

Color convert

RGB 234 190 112 -
CMYK 0 0.19 0.52 0.08
HSL 38.36º 0.74% 0.68% -
HSV(B) 38.36º 0.52% 0.92% -
XYZ 55.27 55.49 23.13 -
YUV 194.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 234 190 112 0 0.19 0.52 0.08 38.36 0.74 0.68
Hex EA BE 70 0 13 34 8 26 4A 44
Octal 352 276 160 0 23 64 10 46 112 104
Binary 11101010 10111110 1110000 0 10011 110100 1000 100110 1001010 1000100

Color Harmonies of #EABE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABE70

Black with #EABE70

Text Example


Text Example

White with #EABE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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