Shades of Lemon #FFE30D
Tints of Lemon #FFE30D
RGB
CMYK
RGB Variations
Color information
#FFE30D (or 0xFFE30D) is known color: Lemon. HEX triplet: FF, E3 and 0D. RGB value is (255,227,13). Sum of RGB (Red+Green+Blue) = 255+227+13=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 13 (5.47% from 255 or 2.63% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE30D is #001CF2. Grayscale: #D3D3D3. Windows color (decimal): -7411 or 910335. OLE color: 910335.
HSL color Cylindrical-coordinate representation of color #FFE30D: hue angle of 53.06º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFE30D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0 |
| HSL | 53.06º | 1% | 0.53% | - |
| HSV(B) | 53.06º | 0.95% | 1% | - |
| XYZ | 68.78 | 76.23 | 11.47 | - |
| YUV | 210.98 | 16.28 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 13 | 0 | 0.11 | 0.95 | 0 | 53.06 | 1 | 0.53 |
| Hex | FF | E3 | D | 0 | B | 5F | 0 | 35 | 64 | 35 |
| Octal | 377 | 343 | 15 | 0 | 13 | 137 | 0 | 65 | 144 | 65 |
| Binary | 11111111 | 11100011 | 1101 | 0 | 1011 | 1011111 | 0 | 110101 | 1100100 | 110101 |
Color Harmonies of #FFE30D
Complementary color
Monochromatic Colors of #FFE30D
Black with #FFE30D
Text Example
Text Example
White with #FFE30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE30D; }
p { color: rgb(255,227,13); }
H1.HeaderClassName
{
color: #FFE30D;
}
.AnyTagClassName
{
color: #FFE30D;
}
</style>
background-color css
<style>
a { background-color: #FFE30D; }
a { background-color: rgb(255,227,13); }
div.DivClassName
{
background-color: #FFE30D;
}
.BgClassName
{
background-color: #FFE30D;
}
</style>
border-color css
<style>
span { border-color: #FFE30D; }
span { border-color: rgb(255,227,13); }
td.TdClassName
{
border-color: #FFE30D;
}
.TagClassName
{
border-color: #FFE30D;
}
</style>