Html Css Color HEX #8E731A Yukon Gold

📋 copy color: '#8E731A'

red 142 ◦ green 115 ◦ blue 26

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

Shades of Yukon Gold #8E731A

Tints of Yukon Gold #8E731A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 50.18%
G = 40.64%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E731A (or 0x8E731A) is known color: Yukon Gold. HEX triplet: 8E, 73 and 1A. RGB value is (142,115,26). Sum of RGB (Red+Green+Blue) = 142+115+26=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E731A is #718CE5. Grayscale: #717171. Windows color (decimal): -7441638 or 1733518. OLE color: 1733518.

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

Color convert

RGB 142 115 26 -
CMYK 0 0.19 0.82 0.44
HSL 46.03º 0.69% 0.33% -
HSV(B) 46.03º 0.82% 0.56% -
XYZ 17.47 18.09 3.55 -
YUV 112.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 142 115 26 0 0.19 0.82 0.44 46.03 0.69 0.33
Hex 8E 73 1A 0 13 52 2C 2E 45 21
Octal 216 163 32 0 23 122 54 56 105 41
Binary 10001110 1110011 11010 0 10011 1010010 101100 101110 1000101 100001

Color Harmonies of #8E731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E731A

Black with #8E731A

Text Example


Text Example

White with #8E731A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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