Shades of Lemon #FFE322
Tints of Lemon #FFE322
RGB
CMYK
RGB Variations
Color information
#FFE322 (or 0xFFE322) is known color: Lemon. HEX triplet: FF, E3 and 22. RGB value is (255,227,34). Sum of RGB (Red+Green+Blue) = 255+227+34=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 34 (13.67% from 255 or 6.59% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE322 is #001CDD. Grayscale: #D6D6D6. Windows color (decimal): -7390 or 2286591. OLE color: 2286591.
HSL color Cylindrical-coordinate representation of color #FFE322: hue angle of 52.4º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFE322 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 34 | - |
| CMYK | 0 | 0.11 | 0.87 | 0 |
| HSL | 52.4º | 1% | 0.57% | - |
| HSV(B) | 52.4º | 0.87% | 1% | - |
| XYZ | 69 | 76.31 | 12.61 | - |
| YUV | 213.37 | 26.78 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 34 | 0 | 0.11 | 0.87 | 0 | 52.4 | 1 | 0.57 |
| Hex | FF | E3 | 22 | 0 | B | 57 | 0 | 34 | 64 | 39 |
| Octal | 377 | 343 | 42 | 0 | 13 | 127 | 0 | 64 | 144 | 71 |
| Binary | 11111111 | 11100011 | 100010 | 0 | 1011 | 1010111 | 0 | 110100 | 1100100 | 111001 |
Color Harmonies of #FFE322
Complementary color
Monochromatic Colors of #FFE322
Black with #FFE322
Text Example
Text Example
White with #FFE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE322; }
p { color: rgb(255,227,34); }
H1.HeaderClassName
{
color: #FFE322;
}
.AnyTagClassName
{
color: #FFE322;
}
</style>
background-color css
<style>
a { background-color: #FFE322; }
a { background-color: rgb(255,227,34); }
div.DivClassName
{
background-color: #FFE322;
}
.BgClassName
{
background-color: #FFE322;
}
</style>
border-color css
<style>
span { border-color: #FFE322; }
span { border-color: rgb(255,227,34); }
td.TdClassName
{
border-color: #FFE322;
}
.TagClassName
{
border-color: #FFE322;
}
</style>