Html Css Color HEX #8E7D2C Lemon Ginger

📋 copy color: '#8E7D2C'

red 142 ◦ green 125 ◦ blue 44

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

Shades of Lemon Ginger #8E7D2C

Tints of Lemon Ginger #8E7D2C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.19%

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 45.66%
G = 40.19%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E7D2C (or 0x8E7D2C) is known color: Lemon Ginger. HEX triplet: 8E, 7D and 2C. RGB value is (142,125,44). Sum of RGB (Red+Green+Blue) = 142+125+44=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7D2C is #7182D3. Grayscale: #797979. Windows color (decimal): -7439060 or 2915726. OLE color: 2915726.

HSL color Cylindrical-coordinate representation of color #8E7D2C: hue angle of 49.59º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E7D2C is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 125 44 -
CMYK 0 0.12 0.69 0.44
HSL 49.59º 0.53% 0.36% -
HSV(B) 49.59º 0.69% 0.56% -
XYZ 18.94 20.6 5.36 -
YUV 120.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 142 125 44 0 0.12 0.69 0.44 49.59 0.53 0.36
Hex 8E 7D 2C 0 C 45 2C 32 35 24
Octal 216 175 54 0 14 105 54 62 65 44
Binary 10001110 1111101 101100 0 1100 1000101 101100 110010 110101 100100

Color Harmonies of #8E7D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7D2C

Black with #8E7D2C

Text Example


Text Example

White with #8E7D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,125,44); }

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

background-color css

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

 a { background-color: rgb(142,125,44); }

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

border-color css

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

 span { border-color: rgb(142,125,44); }

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