Html Css Color HEX #8E7D1B Lemon Ginger

📋 copy color: '#8E7D1B'

red 142 ◦ green 125 ◦ blue 27

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

Shades of Lemon Ginger #8E7D1B

Tints of Lemon Ginger #8E7D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 48.3%
G = 42.52%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8E7D1B (or 0x8E7D1B) is known color: Lemon Ginger. HEX triplet: 8E, 7D and 1B. RGB value is (142,125,27). Sum of RGB (Red+Green+Blue) = 142+125+27=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7D1B is #7182E4. Grayscale: #777777. Windows color (decimal): -7439077 or 1801614. OLE color: 1801614.

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

Color convert

RGB 142 125 27 -
CMYK 0 0.12 0.81 0.44
HSL 51.13º 0.68% 0.33% -
HSV(B) 51.13º 0.81% 0.56% -
XYZ 18.69 20.5 4.01 -
YUV 118.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 142 125 27 0 0.12 0.81 0.44 51.13 0.68 0.33
Hex 8E 7D 1B 0 C 51 2C 33 44 21
Octal 216 175 33 0 14 121 54 63 104 41
Binary 10001110 1111101 11011 0 1100 1010001 101100 110011 1000100 100001

Color Harmonies of #8E7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7D1B

Black with #8E7D1B

Text Example


Text Example

White with #8E7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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