Shades of Lemon #EDE919
Tints of Lemon #EDE919
RGB
CMYK
RGB Variations
Color information
#EDE919 (or 0xEDE919) is known color: Lemon. HEX triplet: ED, E9 and 19. RGB value is (237,233,25). Sum of RGB (Red+Green+Blue) = 237+233+25=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 25 (10.16% from 255 or 5.05% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE919 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE919 is #1216E6. Grayscale: #D3D3D3. Windows color (decimal): -1185511 or 1698285. OLE color: 1698285.
HSL color Cylindrical-coordinate representation of color #EDE919: hue angle of 58.87º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDE919 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 25 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.07 |
| HSL | 58.87º | 0.85% | 0.51% | - |
| HSV(B) | 58.87º | 0.89% | 0.93% | - |
| XYZ | 64.24 | 76.35 | 12.27 | - |
| YUV | 210.48 | 23.33 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 25 | 0 | 0.02 | 0.89 | 0.07 | 58.87 | 0.85 | 0.51 |
| Hex | ED | E9 | 19 | 0 | 2 | 59 | 7 | 3B | 55 | 33 |
| Octal | 355 | 351 | 31 | 0 | 2 | 131 | 7 | 73 | 125 | 63 |
| Binary | 11101101 | 11101001 | 11001 | 0 | 10 | 1011001 | 111 | 111011 | 1010101 | 110011 |
Color Harmonies of #EDE919
Complementary color
Monochromatic Colors of #EDE919
Black with #EDE919
Text Example
Text Example
White with #EDE919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE919; }
p { color: rgb(237,233,25); }
H1.HeaderClassName
{
color: #EDE919;
}
.AnyTagClassName
{
color: #EDE919;
}
</style>
background-color css
<style>
a { background-color: #EDE919; }
a { background-color: rgb(237,233,25); }
div.DivClassName
{
background-color: #EDE919;
}
.BgClassName
{
background-color: #EDE919;
}
</style>
border-color css
<style>
span { border-color: #EDE919; }
span { border-color: rgb(237,233,25); }
td.TdClassName
{
border-color: #EDE919;
}
.TagClassName
{
border-color: #EDE919;
}
</style>