Html Css Color HEX #8E7210 Yukon Gold

📋 copy color: '#8E7210'

red 142 ◦ green 114 ◦ blue 16

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

Shades of Yukon Gold #8E7210

Tints of Yukon Gold #8E7210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

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

R = 52.21%
G = 41.91%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E7210 (or 0x8E7210) is known color: Yukon Gold. HEX triplet: 8E, 72 and 10. RGB value is (142,114,16). Sum of RGB (Red+Green+Blue) = 142+114+16=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7210 is #718DEF. Grayscale: #6F6F6F. Windows color (decimal): -7441904 or 1077902. OLE color: 1077902.

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

Color convert

RGB 142 114 16 -
CMYK 0 0.20 0.89 0.44
HSL 46.67º 0.8% 0.31% -
HSV(B) 46.67º 0.89% 0.56% -
XYZ 17.27 17.82 3.02 -
YUV 111.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 142 114 16 0 0.20 0.89 0.44 46.67 0.8 0.31
Hex 8E 72 10 0 14 59 2C 2F 50 1F
Octal 216 162 20 0 24 131 54 57 120 37
Binary 10001110 1110010 10000 0 10100 1011001 101100 101111 1010000 11111

Color Harmonies of #8E7210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7210

Black with #8E7210

Text Example


Text Example

White with #8E7210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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