Html Css Color HEX #8E721A Yukon Gold

📋 copy color: '#8E721A'

red 142 ◦ green 114 ◦ blue 26

#8E721A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #8E721A

Tints of Yukon Gold #8E721A

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 value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E721A (or 0x8E721A) is known color: 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

RGB 142 114 26 -
CMYK 0 0.20 0.82 0.44
HSL 45.52º 0.69% 0.33% -
HSV(B) 45.52º 0.82% 0.56% -
XYZ 17.36 17.86 3.51 -
YUV 112.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 142 114 26 0 0.20 0.82 0.44 45.52 0.69 0.33
Hex 8E 72 1A 0 14 52 2C 2E 45 21
Octal 216 162 32 0 24 122 54 56 105 41
Binary 10001110 1110010 11010 0 10100 1010010 101100 101110 1000101 100001

Color Harmonies of #8E721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E721A

Black with #8E721A

Text Example


Text Example

White with #8E721A

Text Example


Text Example

HTML Codes & Css Web 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>