Html Css Color HEX #EAB271 Harvest Gold

📋 copy color: '#EAB271'

red 234 ◦ green 178 ◦ blue 113

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

Shades of Harvest Gold #EAB271

Tints of Harvest Gold #EAB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.9%

 BLUE value IS 113 (44.53% from 255) = 21.52%

R = 44.57%
G = 33.9%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAB271 (or 0xEAB271) is known color: Harvest Gold. HEX triplet: EA, B2 and 71. RGB value is (234,178,113). Sum of RGB (Red+Green+Blue) = 234+178+113=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB271 is #154D8E. Grayscale: #BBBBBB. Windows color (decimal): -1396111 or 7451370. OLE color: 7451370.

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

Color convert

RGB 234 178 113 -
CMYK 0 0.24 0.52 0.08
HSL 32.23º 0.74% 0.68% -
HSV(B) 32.23º 0.52% 0.92% -
XYZ 52.83 50.53 22.59 -
YUV 187.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 234 178 113 0 0.24 0.52 0.08 32.23 0.74 0.68
Hex EA B2 71 0 18 34 8 20 4A 44
Octal 352 262 161 0 30 64 10 40 112 104
Binary 11101010 10110010 1110001 0 11000 110100 1000 100000 1001010 1000100

Color Harmonies of #EAB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB271

Black with #EAB271

Text Example


Text Example

White with #EAB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB271; }

 p { color: rgb(234,178,113); }

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

background-color css

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

 a { background-color: rgb(234,178,113); }

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

border-color css

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

 span { border-color: rgb(234,178,113); }

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