#8E711B

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

Shades of Yukon Gold #8E711B

Tints of Yukon Gold #8E711B

Color information

#8E711B (or 0x8E711B) is unknown color: approx Yukon Gold. HEX triplet: 8E, 71 and 1B. RGB value is (142,113,27). Sum of RGB (Red+Green+Blue) = 142+113+27=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E711B is #718EE4. Grayscale: #707070. Windows color (decimal): -7442149 or 1798542. OLE color: 1798542.

HSL color Cylindrical-coordinate representation of color #8E711B: hue angle of 44.87º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E711B is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14211327-
CMYK00.200.810.44
HSL44.87º68.05%33.14%-
HSV(B)44.87º80.99%55.69%-
XYZ17.2617.643.53-
YUV111.8780.11149.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.35%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=50.35%
G=40.07%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421132700.200.810.4444.8768.0533.14
Hex8E711B014512C2d4421
Octal21616133024121545510441
Binary1000111011100011101101010010100011011001011011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,27); }

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

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

 a { background-color: rgb(142,113,27); }

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

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

 span { border-color: rgb(142,113,27); }

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