Html Css Color HEX #EAB16A Harvest Gold

📋 copy color: '#EAB16A'

red 234 ◦ green 177 ◦ blue 106

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

Shades of Harvest Gold #EAB16A

Tints of Harvest Gold #EAB16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.5%

R = 45.26%
G = 34.24%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAB16A (or 0xEAB16A) is known color: Harvest Gold. HEX triplet: EA, B1 and 6A. RGB value is (234,177,106). Sum of RGB (Red+Green+Blue) = 234+177+106=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB16A is #154E95. Grayscale: #BABABA. Windows color (decimal): -1396374 or 6992362. OLE color: 6992362.

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

Color convert

RGB 234 177 106 -
CMYK 0 0.24 0.55 0.08
HSL 33.28º 0.75% 0.67% -
HSV(B) 33.28º 0.55% 0.92% -
XYZ 52.26 49.98 20.53 -
YUV 185.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 234 177 106 0 0.24 0.55 0.08 33.28 0.75 0.67
Hex EA B1 6A 0 18 37 8 21 4B 43
Octal 352 261 152 0 30 67 10 41 113 103
Binary 11101010 10110001 1101010 0 11000 110111 1000 100001 1001011 1000011

Color Harmonies of #EAB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB16A

Black with #EAB16A

Text Example


Text Example

White with #EAB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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