Shades of Lemon Ginger #908214
Tints of Lemon Ginger #908214
RGB
CMYK
RGB Variations
Color information
#908214 (or 0x908214) is known color: Lemon Ginger. HEX triplet: 90, 82 and 14. RGB value is (144,130,20). Sum of RGB (Red+Green+Blue) = 144+130+20=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #908214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908214 is #6F7DEB. Grayscale: #7A7A7A. Windows color (decimal): -7306732 or 1344144. OLE color: 1344144.
HSL color Cylindrical-coordinate representation of color #908214: hue angle of 53.23º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #908214 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 20 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.44 |
| HSL | 53.23º | 0.76% | 0.32% | - |
| HSV(B) | 53.23º | 0.86% | 0.56% | - |
| XYZ | 19.61 | 21.95 | 3.86 | - |
| YUV | 121.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 20 | 0 | 0.10 | 0.86 | 0.44 | 53.23 | 0.76 | 0.32 |
| Hex | 90 | 82 | 14 | 0 | A | 56 | 2C | 35 | 4C | 20 |
| Octal | 220 | 202 | 24 | 0 | 12 | 126 | 54 | 65 | 114 | 40 |
| Binary | 10010000 | 10000010 | 10100 | 0 | 1010 | 1010110 | 101100 | 110101 | 1001100 | 100000 |
Color Harmonies of #908214
Complementary color
Monochromatic Colors of #908214
Black with #908214
Text Example
Text Example
White with #908214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908214; }
p { color: rgb(144,130,20); }
H1.HeaderClassName
{
color: #908214;
}
.AnyTagClassName
{
color: #908214;
}
</style>
background-color css
<style>
a { background-color: #908214; }
a { background-color: rgb(144,130,20); }
div.DivClassName
{
background-color: #908214;
}
.BgClassName
{
background-color: #908214;
}
</style>
border-color css
<style>
span { border-color: #908214; }
span { border-color: rgb(144,130,20); }
td.TdClassName
{
border-color: #908214;
}
.TagClassName
{
border-color: #908214;
}
</style>