Shades of Lemon #EDEA16
Tints of Lemon #EDEA16
RGB
CMYK
RGB Variations
Color information
#EDEA16 (or 0xEDEA16) is known color: Lemon. HEX triplet: ED, EA and 16. RGB value is (237,234,22). Sum of RGB (Red+Green+Blue) = 237+234+22=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEA16 is #1215E9. Grayscale: #D3D3D3. Windows color (decimal): -1185258 or 1501933. OLE color: 1501933.
HSL color Cylindrical-coordinate representation of color #EDEA16: hue angle of 59.16º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDEA16 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 22 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.07 |
| HSL | 59.16º | 0.86% | 0.51% | - |
| HSV(B) | 59.16º | 0.91% | 0.93% | - |
| XYZ | 64.49 | 76.91 | 12.2 | - |
| YUV | 210.73 | 21.49 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 22 | 0 | 0.01 | 0.91 | 0.07 | 59.16 | 0.86 | 0.51 |
| Hex | ED | EA | 16 | 0 | 1 | 5B | 7 | 3B | 56 | 33 |
| Octal | 355 | 352 | 26 | 0 | 1 | 133 | 7 | 73 | 126 | 63 |
| Binary | 11101101 | 11101010 | 10110 | 0 | 1 | 1011011 | 111 | 111011 | 1010110 | 110011 |
Color Harmonies of #EDEA16
Complementary color
Monochromatic Colors of #EDEA16
Black with #EDEA16
Text Example
Text Example
White with #EDEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA16; }
p { color: rgb(237,234,22); }
H1.HeaderClassName
{
color: #EDEA16;
}
.AnyTagClassName
{
color: #EDEA16;
}
</style>
background-color css
<style>
a { background-color: #EDEA16; }
a { background-color: rgb(237,234,22); }
div.DivClassName
{
background-color: #EDEA16;
}
.BgClassName
{
background-color: #EDEA16;
}
</style>
border-color css
<style>
span { border-color: #EDEA16; }
span { border-color: rgb(237,234,22); }
td.TdClassName
{
border-color: #EDEA16;
}
.TagClassName
{
border-color: #EDEA16;
}
</style>