#8E751A

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

Shades of Yukon Gold #8E751A

Tints of Yukon Gold #8E751A

Color information

#8E751A (or 0x8E751A) is unknown color: approx Yukon Gold. HEX triplet: 8E, 75 and 1A. RGB value is (142,117,26). Sum of RGB (Red+Green+Blue) = 142+117+26=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E751A is #718AE5. Grayscale: #727272. Windows color (decimal): -7441126 or 1734030. OLE color: 1734030.

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

Color convert

RGB14211726-
CMYK00.180.820.44
HSL47.07º69.05%32.94%-
HSV(B)47.07º81.69%55.69%-
XYZ17.718.553.62-
YUV114.178.28147.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 26 (10.55% from 255) = 9.12%
R=49.82%
G=41.05%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421172600.180.820.4447.0769.0532.94
Hex8E751A012522C2f4521
Octal21616532022122545710541
Binary1000111011101011101001001010100101011001011111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,117,26); }

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

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

 a { background-color: rgb(142,117,26); }

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

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

 span { border-color: rgb(142,117,26); }

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