#8E8421

Color #8E8421 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #8E8421

Tints of Lemon Ginger #8E8421

Color information

#8E8421 (or 0x8E8421) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 84 and 21. RGB value is (142,132,33). Sum of RGB (Red+Green+Blue) = 142+132+33=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8421 is #717BDE. Grayscale: #7C7C7C. Windows color (decimal): -7437279 or 2196622. OLE color: 2196622.

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

Color convert

RGB14213233-
CMYK00.070.770.44
HSL54.5º62.29%34.31%-
HSV(B)54.5º76.76%55.69%-
XYZ19.6822.364.72-
YUV123.776.81141.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=46.25%
G=43.00%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421323300.070.770.4454.562.2934.31
Hex8E8421074D2C363e22
Octal216204410711554667642
Binary100011101000010010000101111001101101100110110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,132,33); }

 H1.HeaderClassName
 {
   color: #8E8421;
 }
 .AnyTagClassName
 {
   color: #8E8421;
 }
</style>
background-color css

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

 a { background-color: rgb(142,132,33); }

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

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

 span { border-color: rgb(142,132,33); }

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