Html Css Color HEX #EABA69 Harvest Gold

📋 copy color: '#EABA69'

red 234 ◦ green 186 ◦ blue 105

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

Shades of Harvest Gold #EABA69

Tints of Harvest Gold #EABA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20%

R = 44.57%
G = 35.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EABA69 (or 0xEABA69) is known color: Harvest Gold. HEX triplet: EA, BA and 69. RGB value is (234,186,105). Sum of RGB (Red+Green+Blue) = 234+186+105=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA69 is #154596. Grayscale: #BFBFBF. Windows color (decimal): -1394071 or 6929130. OLE color: 6929130.

HSL color Cylindrical-coordinate representation of color #EABA69: hue angle of 37.67º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EABA69 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 186 105 -
CMYK 0 0.21 0.55 0.08
HSL 37.67º 0.75% 0.66% -
HSV(B) 37.67º 0.55% 0.92% -
XYZ 54.04 53.63 20.87 -
YUV 191.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 234 186 105 0 0.21 0.55 0.08 37.67 0.75 0.66
Hex EA BA 69 0 15 37 8 26 4B 42
Octal 352 272 151 0 25 67 10 46 113 102
Binary 11101010 10111010 1101001 0 10101 110111 1000 100110 1001011 1000010

Color Harmonies of #EABA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA69

Black with #EABA69

Text Example


Text Example

White with #EABA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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