Html Css Color HEX #EAB16E Harvest Gold

📋 copy color: '#EAB16E'

red 234 ◦ green 177 ◦ blue 110

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

Shades of Harvest Gold #EAB16E

Tints of Harvest Gold #EAB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.97%

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

R = 44.91%
G = 33.97%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAB16E (or 0xEAB16E) is known color: Harvest Gold. HEX triplet: EA, B1 and 6E. RGB value is (234,177,110). Sum of RGB (Red+Green+Blue) = 234+177+110=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB16E is #154E91. Grayscale: #BABABA. Windows color (decimal): -1396370 or 7254506. OLE color: 7254506.

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

Color convert

RGB 234 177 110 -
CMYK 0 0.24 0.53 0.08
HSL 32.42º 0.75% 0.67% -
HSV(B) 32.42º 0.53% 0.92% -
XYZ 52.47 50.06 21.65 -
YUV 186.41 84.88 161.95 -
System Red Green Blue C M Y K H S L
Decimal 234 177 110 0 0.24 0.53 0.08 32.42 0.75 0.67
Hex EA B1 6E 0 18 35 8 20 4B 43
Octal 352 261 156 0 30 65 10 40 113 103
Binary 11101010 10110001 1101110 0 11000 110101 1000 100000 1001011 1000011

Color Harmonies of #EAB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB16E

Black with #EAB16E

Text Example


Text Example

White with #EAB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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