Html Css Color HEX #8E751A Yukon Gold

📋 copy color: '#8E751A'

red 142 ◦ green 117 ◦ blue 26

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

Shades of Yukon Gold #8E751A

Tints of Yukon Gold #8E751A

RGB

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

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

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

R = 49.82%
G = 41.05%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E751A (or 0x8E751A) is known color: Yukon Gold. HEX triplet: 8E, 75 and 1A. RGB value is (142,117,26). Sum of RGB (Red+Green+Blue) = 142+117+26=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E751A is #718AE5. Grayscale: #727272. Windows color (decimal): -7441126 or 1734030. OLE color: 1734030.

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

Color convert

RGB 142 117 26 -
CMYK 0 0.18 0.82 0.44
HSL 47.07º 0.69% 0.33% -
HSV(B) 47.07º 0.82% 0.56% -
XYZ 17.7 18.55 3.62 -
YUV 114.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 142 117 26 0 0.18 0.82 0.44 47.07 0.69 0.33
Hex 8E 75 1A 0 12 52 2C 2F 45 21
Octal 216 165 32 0 22 122 54 57 105 41
Binary 10001110 1110101 11010 0 10010 1010010 101100 101111 1000101 100001

Color Harmonies of #8E751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E751A

Black with #8E751A

Text Example


Text Example

White with #8E751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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