#8E721A

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

Shades of Yukon Gold #8E721A

Tints of Yukon Gold #8E721A

Color information

#8E721A (or 0x8E721A) is unknown color: approx Yukon Gold. HEX triplet: 8E, 72 and 1A. RGB value is (142,114,26). Sum of RGB (Red+Green+Blue) = 142+114+26=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E721A is #718DE5. Grayscale: #707070. Windows color (decimal): -7441894 or 1733262. OLE color: 1733262.

HSL color Cylindrical-coordinate representation of color #8E721A: hue angle of 45.52º 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 #8E721A is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB14211426-
CMYK00.200.820.44
HSL45.52º69.05%32.94%-
HSV(B)45.52º81.69%55.69%-
XYZ17.3617.863.51-
YUV112.3479.28149.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.35%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=50.35%
G=40.43%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421142600.200.820.4445.5269.0532.94
Hex8E721A014522C2e4521
Octal21616232024122545610541
Binary1000111011100101101001010010100101011001011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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