#8E8425

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

Shades of Lemon Ginger #8E8425

Tints of Lemon Ginger #8E8425

Color information

#8E8425 (or 0x8E8425) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 84 and 25. RGB value is (142,132,37). Sum of RGB (Red+Green+Blue) = 142+132+37=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8425 is #717BDA. Grayscale: #7C7C7C. Windows color (decimal): -7437275 or 2458766. OLE color: 2458766.

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

Color convert

RGB14213237-
CMYK00.070.740.44
HSL54.29º58.66%35.1%-
HSV(B)54.29º73.94%55.69%-
XYZ19.7422.395.03-
YUV124.1678.81140.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 37 (14.84% from 255) = 11.90%
R=45.66%
G=42.44%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421323700.070.740.4454.2958.6635.1
Hex8E8425074A2C363b23
Octal216204450711254667343
Binary100011101000010010010101111001010101100110110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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