Html Css Color HEX #8E7311 Yukon Gold

📋 copy color: '#8E7311'

red 142 ◦ green 115 ◦ blue 17

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

Shades of Yukon Gold #8E7311

Tints of Yukon Gold #8E7311

RGB

 RED value IS 142 (55.86% from 255) = 51.82%

 GREEN value IS 115 (45.31% from 255) = 41.97%

 BLUE value IS 17 (7.03% from 255) = 6.2%

R = 51.82%
G = 41.97%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#8E7311 (or 0x8E7311) is known color: Yukon Gold. HEX triplet: 8E, 73 and 11. RGB value is (142,115,17). Sum of RGB (Red+Green+Blue) = 142+115+17=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7311 is #718CEE. Grayscale: #707070. Windows color (decimal): -7441647 or 1143694. OLE color: 1143694.

HSL color Cylindrical-coordinate representation of color #8E7311: hue angle of 47.04º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E7311 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 115 17 -
CMYK 0 0.19 0.88 0.44
HSL 47.04º 0.79% 0.31% -
HSV(B) 47.04º 0.88% 0.56% -
XYZ 17.39 18.05 3.1 -
YUV 111.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 142 115 17 0 0.19 0.88 0.44 47.04 0.79 0.31
Hex 8E 73 11 0 13 58 2C 2F 4F 1F
Octal 216 163 21 0 23 130 54 57 117 37
Binary 10001110 1110011 10001 0 10011 1011000 101100 101111 1001111 11111

Color Harmonies of #8E7311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7311

Black with #8E7311

Text Example


Text Example

White with #8E7311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,115,17); }

 H1.HeaderClassName
 {
   color: #8E7311;
 }
 .AnyTagClassName
 {
   color: #8E7311;
 }
</style>

background-color css

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

 a { background-color: rgb(142,115,17); }

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

border-color css

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

 span { border-color: rgb(142,115,17); }

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