Shades of Lemon #FFE70C
Tints of Lemon #FFE70C
RGB
CMYK
RGB Variations
Color information
#FFE70C (or 0xFFE70C) is known color: Lemon. HEX triplet: FF, E7 and 0C. RGB value is (255,231,12). Sum of RGB (Red+Green+Blue) = 255+231+12=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 12 (5.08% from 255 or 2.41% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE70C is #0018F3. Grayscale: #D6D6D6. Windows color (decimal): -6388 or 845823. OLE color: 845823.
HSL color Cylindrical-coordinate representation of color #FFE70C: hue angle of 54.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFE70C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0 |
| HSL | 54.07º | 1% | 0.52% | - |
| HSV(B) | 54.07º | 0.95% | 1% | - |
| XYZ | 69.88 | 78.44 | 11.8 | - |
| YUV | 213.21 | 14.45 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 12 | 0 | 0.09 | 0.95 | 0 | 54.07 | 1 | 0.52 |
| Hex | FF | E7 | C | 0 | 9 | 5F | 0 | 36 | 64 | 34 |
| Octal | 377 | 347 | 14 | 0 | 11 | 137 | 0 | 66 | 144 | 64 |
| Binary | 11111111 | 11100111 | 1100 | 0 | 1001 | 1011111 | 0 | 110110 | 1100100 | 110100 |
Color Harmonies of #FFE70C
Complementary color
Monochromatic Colors of #FFE70C
Black with #FFE70C
Text Example
Text Example
White with #FFE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE70C; }
p { color: rgb(255,231,12); }
H1.HeaderClassName
{
color: #FFE70C;
}
.AnyTagClassName
{
color: #FFE70C;
}
</style>
background-color css
<style>
a { background-color: #FFE70C; }
a { background-color: rgb(255,231,12); }
div.DivClassName
{
background-color: #FFE70C;
}
.BgClassName
{
background-color: #FFE70C;
}
</style>
border-color css
<style>
span { border-color: #FFE70C; }
span { border-color: rgb(255,231,12); }
td.TdClassName
{
border-color: #FFE70C;
}
.TagClassName
{
border-color: #FFE70C;
}
</style>