#8E7018

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

Shades of Yukon Gold #8E7018

Tints of Yukon Gold #8E7018

Color information

#8E7018 (or 0x8E7018) is unknown color: approx Yukon Gold. HEX triplet: 8E, 70 and 18. RGB value is (142,112,24). Sum of RGB (Red+Green+Blue) = 142+112+24=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7018 is #718FE7. Grayscale: #6F6F6F. Windows color (decimal): -7442408 or 1601678. OLE color: 1601678.

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

Color convert

RGB14211224-
CMYK00.210.830.44
HSL44.75º71.08%32.55%-
HSV(B)44.75º83.1%55.69%-
XYZ17.1117.413.32-
YUV110.9478.94150.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=51.08%
G=40.29%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421122400.210.830.4444.7571.0832.55
Hex8E7018015532C2d4721
Octal21616030025123545510741
Binary1000111011100001100001010110100111011001011011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,24); }

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

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

 a { background-color: rgb(142,112,24); }

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

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

 span { border-color: rgb(142,112,24); }

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