Html Css Color HEX #8E7310 Yukon Gold

📋 copy color: '#8E7310'

red 142 ◦ green 115 ◦ blue 16

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

Shades of Yukon Gold #8E7310

Tints of Yukon Gold #8E7310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 52.01%
G = 42.12%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E7310 (or 0x8E7310) is known color: Yukon Gold. HEX triplet: 8E, 73 and 10. RGB value is (142,115,16). Sum of RGB (Red+Green+Blue) = 142+115+16=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7310 is #718CEF. Grayscale: #707070. Windows color (decimal): -7441648 or 1078158. OLE color: 1078158.

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

Color convert

RGB 142 115 16 -
CMYK 0 0.19 0.89 0.44
HSL 47.14º 0.8% 0.31% -
HSV(B) 47.14º 0.89% 0.56% -
XYZ 17.38 18.05 3.06 -
YUV 111.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 142 115 16 0 0.19 0.89 0.44 47.14 0.8 0.31
Hex 8E 73 10 0 13 59 2C 2F 50 1F
Octal 216 163 20 0 23 131 54 57 120 37
Binary 10001110 1110011 10000 0 10011 1011001 101100 101111 1010000 11111

Color Harmonies of #8E7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7310

Black with #8E7310

Text Example


Text Example

White with #8E7310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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