Html Css Color HEX #8E7F18 Lemon Ginger

📋 copy color: '#8E7F18'

red 142 ◦ green 127 ◦ blue 24

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

Shades of Lemon Ginger #8E7F18

Tints of Lemon Ginger #8E7F18

RGB

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

 GREEN value IS 127 (50% from 255) = 43.34%

 BLUE value IS 24 (9.77% from 255) = 8.19%

R = 48.46%
G = 43.34%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#8E7F18 (or 0x8E7F18) is known color: Lemon Ginger. HEX triplet: 8E, 7F and 18. RGB value is (142,127,24). Sum of RGB (Red+Green+Blue) = 142+127+24=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7F18 is #7180E7. Grayscale: #787878. Windows color (decimal): -7438568 or 1605518. OLE color: 1605518.

HSL color Cylindrical-coordinate representation of color #8E7F18: hue angle of 52.37º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E7F18 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 127 24 -
CMYK 0 0.11 0.83 0.44
HSL 52.37º 0.71% 0.33% -
HSV(B) 52.37º 0.83% 0.56% -
XYZ 18.91 21 3.92 -
YUV 119.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 142 127 24 0 0.11 0.83 0.44 52.37 0.71 0.33
Hex 8E 7F 18 0 B 53 2C 34 47 21
Octal 216 177 30 0 13 123 54 64 107 41
Binary 10001110 1111111 11000 0 1011 1010011 101100 110100 1000111 100001

Color Harmonies of #8E7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7F18

Black with #8E7F18

Text Example


Text Example

White with #8E7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,127,24); }

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

background-color css

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

 a { background-color: rgb(142,127,24); }

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

border-color css

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

 span { border-color: rgb(142,127,24); }

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