Html Css Color HEX #8E861A Lemon Ginger

📋 copy color: '#8E861A'

red 142 ◦ green 134 ◦ blue 26

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

Shades of Lemon Ginger #8E861A

Tints of Lemon Ginger #8E861A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

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

R = 47.02%
G = 44.37%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E861A (or 0x8E861A) is known color: Lemon Ginger. HEX triplet: 8E, 86 and 1A. RGB value is (142,134,26). Sum of RGB (Red+Green+Blue) = 142+134+26=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E861A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E861A is #7179E5. Grayscale: #7C7C7C. Windows color (decimal): -7436774 or 1738382. OLE color: 1738382.

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

Color convert

RGB 142 134 26 -
CMYK 0 0.06 0.82 0.44
HSL 55.86º 0.69% 0.33% -
HSV(B) 55.86º 0.82% 0.56% -
XYZ 19.87 22.88 4.35 -
YUV 124.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 142 134 26 0 0.06 0.82 0.44 55.86 0.69 0.33
Hex 8E 86 1A 0 6 52 2C 38 45 21
Octal 216 206 32 0 6 122 54 70 105 41
Binary 10001110 10000110 11010 0 110 1010010 101100 111000 1000101 100001

Color Harmonies of #8E861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E861A

Black with #8E861A

Text Example


Text Example

White with #8E861A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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