Html Css Color HEX #8E7511 Yukon Gold

📋 copy color: '#8E7511'

red 142 ◦ green 117 ◦ blue 17

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

Shades of Yukon Gold #8E7511

Tints of Yukon Gold #8E7511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.39%

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

R = 51.45%
G = 42.39%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#8E7511 (or 0x8E7511) is known color: Yukon Gold. HEX triplet: 8E, 75 and 11. RGB value is (142,117,17). Sum of RGB (Red+Green+Blue) = 142+117+17=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7511 is #718AEE. Grayscale: #717171. Windows color (decimal): -7441135 or 1144206. OLE color: 1144206.

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

Color convert

RGB 142 117 17 -
CMYK 0 0.18 0.88 0.44
HSL 48º 0.79% 0.31% -
HSV(B) 48º 0.88% 0.56% -
XYZ 17.62 18.51 3.18 -
YUV 113.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 142 117 17 0 0.18 0.88 0.44 48 0.79 0.31
Hex 8E 75 11 0 12 58 2C 30 4F 1F
Octal 216 165 21 0 22 130 54 60 117 37
Binary 10001110 1110101 10001 0 10010 1011000 101100 110000 1001111 11111

Color Harmonies of #8E7511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7511

Black with #8E7511

Text Example


Text Example

White with #8E7511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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