Html Css Color HEX #EAB96D Harvest Gold

📋 copy color: '#EAB96D'

red 234 ◦ green 185 ◦ blue 109

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

Shades of Harvest Gold #EAB96D

Tints of Harvest Gold #EAB96D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

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

R = 44.32%
G = 35.04%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAB96D (or 0xEAB96D) is known color: Harvest Gold. HEX triplet: EA, B9 and 6D. RGB value is (234,185,109). Sum of RGB (Red+Green+Blue) = 234+185+109=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB96D is #154692. Grayscale: #BFBFBF. Windows color (decimal): -1394323 or 7191018. OLE color: 7191018.

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

Color convert

RGB 234 185 109 -
CMYK 0 0.21 0.53 0.08
HSL 36.48º 0.75% 0.67% -
HSV(B) 36.48º 0.53% 0.92% -
XYZ 54.04 53.29 21.91 -
YUV 190.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 234 185 109 0 0.21 0.53 0.08 36.48 0.75 0.67
Hex EA B9 6D 0 15 35 8 24 4B 43
Octal 352 271 155 0 25 65 10 44 113 103
Binary 11101010 10111001 1101101 0 10101 110101 1000 100100 1001011 1000011

Color Harmonies of #EAB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB96D

Black with #EAB96D

Text Example


Text Example

White with #EAB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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