Html Css Color HEX #EABA75 Harvest Gold

📋 copy color: '#EABA75'

red 234 ◦ green 186 ◦ blue 117

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

Shades of Harvest Gold #EABA75

Tints of Harvest Gold #EABA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.64%

 BLUE value IS 117 (46.09% from 255) = 21.79%

R = 43.58%
G = 34.64%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EABA75 (or 0xEABA75) is known color: Harvest Gold. HEX triplet: EA, BA and 75. RGB value is (234,186,117). Sum of RGB (Red+Green+Blue) = 234+186+117=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA75 is #15458A. Grayscale: #C0C0C0. Windows color (decimal): -1394059 or 7715562. OLE color: 7715562.

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

Color convert

RGB 234 186 117 -
CMYK 0 0.21 0.5 0.08
HSL 35.38º 0.74% 0.69% -
HSV(B) 35.38º 0.5% 0.92% -
XYZ 54.7 53.89 24.35 -
YUV 192.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 234 186 117 0 0.21 0.5 0.08 35.38 0.74 0.69
Hex EA BA 75 0 15 32 8 23 4A 45
Octal 352 272 165 0 25 62 10 43 112 105
Binary 11101010 10111010 1110101 0 10101 110010 1000 100011 1001010 1000101

Color Harmonies of #EABA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA75

Black with #EABA75

Text Example


Text Example

White with #EABA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA75; }

 p { color: rgb(234,186,117); }

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

background-color css

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

 a { background-color: rgb(234,186,117); }

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

border-color css

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

 span { border-color: rgb(234,186,117); }

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