#8E760E

Color #8E760E Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8E760E

Tints of Yukon Gold #8E760E

Color information

#8E760E (or 0x8E760E) is unknown color: approx Yukon Gold. HEX triplet: 8E, 76 and 0E. RGB value is (142,118,14). Sum of RGB (Red+Green+Blue) = 142+118+14=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E760E is #7189F1. Grayscale: #717171. Windows color (decimal): -7440882 or 947854. OLE color: 947854.

HSL color Cylindrical-coordinate representation of color #8E760E: hue angle of 48.75º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E760E is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14211814-
CMYK00.170.900.44
HSL48.75º82.05%30.59%-
HSV(B)48.75º90.14%55.69%-
XYZ17.7118.743.1-
YUV113.3271.95148.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 14 (5.86% from 255) = 5.11%
R=51.82%
G=43.07%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421181400.170.900.4448.7582.0530.59
Hex8E76E0115A2C31521f
Octal21616616021132546112237
Binary10001110111011011100100011011010101100110001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E760E; }

 p { color: rgb(142,118,14); }

 H1.HeaderClassName
 {
   color: #8E760E;
 }
 .AnyTagClassName
 {
   color: #8E760E;
 }
</style>
background-color css

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

 a { background-color: rgb(142,118,14); }

 div.DivClassName
 {
   background-color: #8E760E;
 }
 .BgClassName
 {
   background-color: #8E760E;
 }
</style>
border-color css

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

 span { border-color: rgb(142,118,14); }

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