Html Css Color HEX #EAB06F Harvest Gold

📋 copy color: '#EAB06F'

red 234 ◦ green 176 ◦ blue 111

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

Shades of Harvest Gold #EAB06F

Tints of Harvest Gold #EAB06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.78%

 BLUE value IS 111 (43.75% from 255) = 21.31%

R = 44.91%
G = 33.78%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAB06F (or 0xEAB06F) is known color: Harvest Gold. HEX triplet: EA, B0 and 6F. RGB value is (234,176,111). Sum of RGB (Red+Green+Blue) = 234+176+111=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB06F is #154F90. Grayscale: #BABABA. Windows color (decimal): -1396625 or 7319786. OLE color: 7319786.

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

Color convert

RGB 234 176 111 -
CMYK 0 0.25 0.53 0.08
HSL 31.71º 0.75% 0.68% -
HSV(B) 31.71º 0.53% 0.92% -
XYZ 52.33 49.69 21.87 -
YUV 185.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 234 176 111 0 0.25 0.53 0.08 31.71 0.75 0.68
Hex EA B0 6F 0 19 35 8 20 4B 44
Octal 352 260 157 0 31 65 10 40 113 104
Binary 11101010 10110000 1101111 0 11001 110101 1000 100000 1001011 1000100

Color Harmonies of #EAB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB06F

Black with #EAB06F

Text Example


Text Example

White with #EAB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB06F; }

 p { color: rgb(234,176,111); }

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

background-color css

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

 a { background-color: rgb(234,176,111); }

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

border-color css

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

 span { border-color: rgb(234,176,111); }

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