Html Css Color HEX #EAC071 Harvest Gold

📋 copy color: '#EAC071'

red 234 ◦ green 192 ◦ blue 113

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

Shades of Harvest Gold #EAC071

Tints of Harvest Gold #EAC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

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

R = 43.41%
G = 35.62%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAC071 (or 0xEAC071) is known color: Harvest Gold. HEX triplet: EA, C0 and 71. RGB value is (234,192,113). Sum of RGB (Red+Green+Blue) = 234+192+113=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC071 is #153F8E. Grayscale: #C3C3C3. Windows color (decimal): -1392527 or 7454954. OLE color: 7454954.

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

Color convert

RGB 234 192 113 -
CMYK 0 0.18 0.52 0.08
HSL 39.17º 0.74% 0.68% -
HSV(B) 39.17º 0.52% 0.92% -
XYZ 55.76 56.38 23.57 -
YUV 195.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 234 192 113 0 0.18 0.52 0.08 39.17 0.74 0.68
Hex EA C0 71 0 12 34 8 27 4A 44
Octal 352 300 161 0 22 64 10 47 112 104
Binary 11101010 11000000 1110001 0 10010 110100 1000 100111 1001010 1000100

Color Harmonies of #EAC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC071

Black with #EAC071

Text Example


Text Example

White with #EAC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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