Html Css Color HEX #EAB96E Harvest Gold

📋 copy color: '#EAB96E'

red 234 ◦ green 185 ◦ blue 110

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

Shades of Harvest Gold #EAB96E

Tints of Harvest Gold #EAB96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.79%

R = 44.23%
G = 34.97%
B = 20.79%

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

#EAB96E (or 0xEAB96E) is known color: Harvest Gold. HEX triplet: EA, B9 and 6E. RGB value is (234,185,110). Sum of RGB (Red+Green+Blue) = 234+185+110=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB96E is #154691. Grayscale: #BFBFBF. Windows color (decimal): -1394322 or 7256554. OLE color: 7256554.

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

Color convert

RGB 234 185 110 -
CMYK 0 0.21 0.53 0.08
HSL 36.29º 0.75% 0.67% -
HSV(B) 36.29º 0.53% 0.92% -
XYZ 54.1 53.32 22.19 -
YUV 191.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 234 185 110 0 0.21 0.53 0.08 36.29 0.75 0.67
Hex EA B9 6E 0 15 35 8 24 4B 43
Octal 352 271 156 0 25 65 10 44 113 103
Binary 11101010 10111001 1101110 0 10101 110101 1000 100100 1001011 1000011

Color Harmonies of #EAB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB96E

Black with #EAB96E

Text Example


Text Example

White with #EAB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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