Html Css Color HEX #EAB06D Harvest Gold

📋 copy color: '#EAB06D'

red 234 ◦ green 176 ◦ blue 109

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

Shades of Harvest Gold #EAB06D

Tints of Harvest Gold #EAB06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21%

R = 45.09%
G = 33.91%
B = 21%

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

#EAB06D (or 0xEAB06D) is known color: Harvest Gold. HEX triplet: EA, B0 and 6D. RGB value is (234,176,109). Sum of RGB (Red+Green+Blue) = 234+176+109=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB06D is #154F92. Grayscale: #BABABA. Windows color (decimal): -1396627 or 7188714. OLE color: 7188714.

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

Color convert

RGB 234 176 109 -
CMYK 0 0.25 0.53 0.08
HSL 32.16º 0.75% 0.67% -
HSV(B) 32.16º 0.53% 0.92% -
XYZ 52.22 49.65 21.3 -
YUV 185.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 234 176 109 0 0.25 0.53 0.08 32.16 0.75 0.67
Hex EA B0 6D 0 19 35 8 20 4B 43
Octal 352 260 155 0 31 65 10 40 113 103
Binary 11101010 10110000 1101101 0 11001 110101 1000 100000 1001011 1000011

Color Harmonies of #EAB06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB06D

Black with #EAB06D

Text Example


Text Example

White with #EAB06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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