Html Css Color HEX #8E881F Lemon Ginger

📋 copy color: '#8E881F'

red 142 ◦ green 136 ◦ blue 31

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

Shades of Lemon Ginger #8E881F

Tints of Lemon Ginger #8E881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.01%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 45.95%
G = 44.01%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8E881F (or 0x8E881F) is known color: Lemon Ginger. HEX triplet: 8E, 88 and 1F. RGB value is (142,136,31). Sum of RGB (Red+Green+Blue) = 142+136+31=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E881F is #7177E0. Grayscale: #7E7E7E. Windows color (decimal): -7436257 or 2066574. OLE color: 2066574.

HSL color Cylindrical-coordinate representation of color #8E881F: hue angle of 56.76º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E881F is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 136 31 -
CMYK 0 0.04 0.78 0.44
HSL 56.76º 0.64% 0.34% -
HSV(B) 56.76º 0.78% 0.56% -
XYZ 20.21 23.46 4.76 -
YUV 125.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 142 136 31 0 0.04 0.78 0.44 56.76 0.64 0.34
Hex 8E 88 1F 0 4 4E 2C 39 40 22
Octal 216 210 37 0 4 116 54 71 100 42
Binary 10001110 10001000 11111 0 100 1001110 101100 111001 1000000 100010

Color Harmonies of #8E881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E881F

Black with #8E881F

Text Example


Text Example

White with #8E881F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,136,31); }

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

background-color css

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

 a { background-color: rgb(142,136,31); }

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

border-color css

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

 span { border-color: rgb(142,136,31); }

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