Shades of Lemon #FFE321
Tints of Lemon #FFE321
RGB
CMYK
RGB Variations
Color information
#FFE321 (or 0xFFE321) is known color: Lemon. HEX triplet: FF, E3 and 21. RGB value is (255,227,33). Sum of RGB (Red+Green+Blue) = 255+227+33=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 33 (13.28% from 255 or 6.41% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE321 is #001CDE. Grayscale: #D6D6D6. Windows color (decimal): -7391 or 2221055. OLE color: 2221055.
HSL color Cylindrical-coordinate representation of color #FFE321: hue angle of 52.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFE321 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 33 | - |
| CMYK | 0 | 0.11 | 0.87 | 0 |
| HSL | 52.43º | 1% | 0.56% | - |
| HSV(B) | 52.43º | 0.87% | 1% | - |
| XYZ | 68.98 | 76.31 | 12.53 | - |
| YUV | 213.26 | 26.28 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 33 | 0 | 0.11 | 0.87 | 0 | 52.43 | 1 | 0.56 |
| Hex | FF | E3 | 21 | 0 | B | 57 | 0 | 34 | 64 | 38 |
| Octal | 377 | 343 | 41 | 0 | 13 | 127 | 0 | 64 | 144 | 70 |
| Binary | 11111111 | 11100011 | 100001 | 0 | 1011 | 1010111 | 0 | 110100 | 1100100 | 111000 |
Color Harmonies of #FFE321
Complementary color
Monochromatic Colors of #FFE321
Black with #FFE321
Text Example
Text Example
White with #FFE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE321; }
p { color: rgb(255,227,33); }
H1.HeaderClassName
{
color: #FFE321;
}
.AnyTagClassName
{
color: #FFE321;
}
</style>
background-color css
<style>
a { background-color: #FFE321; }
a { background-color: rgb(255,227,33); }
div.DivClassName
{
background-color: #FFE321;
}
.BgClassName
{
background-color: #FFE321;
}
</style>
border-color css
<style>
span { border-color: #FFE321; }
span { border-color: rgb(255,227,33); }
td.TdClassName
{
border-color: #FFE321;
}
.TagClassName
{
border-color: #FFE321;
}
</style>