Shades of Lemon Ginger #908314
Tints of Lemon Ginger #908314
RGB
CMYK
RGB Variations
Color information
#908314 (or 0x908314) is known color: Lemon Ginger. HEX triplet: 90, 83 and 14. RGB value is (144,131,20). Sum of RGB (Red+Green+Blue) = 144+131+20=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #908314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908314 is #6F7CEB. Grayscale: #7A7A7A. Windows color (decimal): -7306476 or 1344400. OLE color: 1344400.
HSL color Cylindrical-coordinate representation of color #908314: hue angle of 53.71º 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 #908314 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 20 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.44 |
| HSL | 53.71º | 0.76% | 0.32% | - |
| HSV(B) | 53.71º | 0.86% | 0.56% | - |
| XYZ | 19.74 | 22.21 | 3.91 | - |
| YUV | 122.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 20 | 0 | 0.09 | 0.86 | 0.44 | 53.71 | 0.76 | 0.32 |
| Hex | 90 | 83 | 14 | 0 | 9 | 56 | 2C | 36 | 4C | 20 |
| Octal | 220 | 203 | 24 | 0 | 11 | 126 | 54 | 66 | 114 | 40 |
| Binary | 10010000 | 10000011 | 10100 | 0 | 1001 | 1010110 | 101100 | 110110 | 1001100 | 100000 |
Color Harmonies of #908314
Complementary color
Monochromatic Colors of #908314
Black with #908314
Text Example
Text Example
White with #908314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908314; }
p { color: rgb(144,131,20); }
H1.HeaderClassName
{
color: #908314;
}
.AnyTagClassName
{
color: #908314;
}
</style>
background-color css
<style>
a { background-color: #908314; }
a { background-color: rgb(144,131,20); }
div.DivClassName
{
background-color: #908314;
}
.BgClassName
{
background-color: #908314;
}
</style>
border-color css
<style>
span { border-color: #908314; }
span { border-color: rgb(144,131,20); }
td.TdClassName
{
border-color: #908314;
}
.TagClassName
{
border-color: #908314;
}
</style>