Shades of Citron #90900E
Tints of Citron #90900E
RGB
CMYK
RGB Variations
Color information
#90900E (or 0x90900E) is known color: Citron. HEX triplet: 90, 90 and 0E. RGB value is (144,144,14). Sum of RGB (Red+Green+Blue) = 144+144+14=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 144 - color contains mainly: red, green. Hex color #90900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90900E is #6F6FF1. Grayscale: #818181. Windows color (decimal): -7303154 or 954512. OLE color: 954512.
HSL color Cylindrical-coordinate representation of color #90900E: hue angle of 60º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90900E is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 14 | - |
| CMYK | 0 | 0 | 0.90 | 0.44 |
| HSL | 60º | 0.82% | 0.31% | - |
| HSV(B) | 60º | 0.9% | 0.56% | - |
| XYZ | 21.55 | 25.91 | 4.28 | - |
| YUV | 129.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 14 | 0 | 0 | 0.90 | 0.44 | 60 | 0.82 | 0.31 |
| Hex | 90 | 90 | E | 0 | 0 | 5A | 2C | 3C | 52 | 1F |
| Octal | 220 | 220 | 16 | 0 | 0 | 132 | 54 | 74 | 122 | 37 |
| Binary | 10010000 | 10010000 | 1110 | 0 | 0 | 1011010 | 101100 | 111100 | 1010010 | 11111 |
Color Harmonies of #90900E
Complementary color
Monochromatic Colors of #90900E
Black with #90900E
Text Example
Text Example
White with #90900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90900E; }
p { color: rgb(144,144,14); }
H1.HeaderClassName
{
color: #90900E;
}
.AnyTagClassName
{
color: #90900E;
}
</style>
background-color css
<style>
a { background-color: #90900E; }
a { background-color: rgb(144,144,14); }
div.DivClassName
{
background-color: #90900E;
}
.BgClassName
{
background-color: #90900E;
}
</style>
border-color css
<style>
span { border-color: #90900E; }
span { border-color: rgb(144,144,14); }
td.TdClassName
{
border-color: #90900E;
}
.TagClassName
{
border-color: #90900E;
}
</style>