Shades of Lemon #EDE61B
Tints of Lemon #EDE61B
RGB
CMYK
RGB Variations
Color information
#EDE61B (or 0xEDE61B) is known color: Lemon. HEX triplet: ED, E6 and 1B. RGB value is (237,230,27). Sum of RGB (Red+Green+Blue) = 237+230+27=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 27 (10.94% from 255 or 5.47% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE61B is #1219E4. Grayscale: #D1D1D1. Windows color (decimal): -1186277 or 1828589. OLE color: 1828589.
HSL color Cylindrical-coordinate representation of color #EDE61B: hue angle of 58º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDE61B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.07 |
| HSL | 58º | 0.85% | 0.52% | - |
| HSV(B) | 58º | 0.89% | 0.93% | - |
| XYZ | 63.42 | 74.68 | 12.11 | - |
| YUV | 208.95 | 25.32 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 27 | 0 | 0.03 | 0.89 | 0.07 | 58 | 0.85 | 0.52 |
| Hex | ED | E6 | 1B | 0 | 3 | 59 | 7 | 3A | 55 | 34 |
| Octal | 355 | 346 | 33 | 0 | 3 | 131 | 7 | 72 | 125 | 64 |
| Binary | 11101101 | 11100110 | 11011 | 0 | 11 | 1011001 | 111 | 111010 | 1010101 | 110100 |
Color Harmonies of #EDE61B
Complementary color
Monochromatic Colors of #EDE61B
Black with #EDE61B
Text Example
Text Example
White with #EDE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE61B; }
p { color: rgb(237,230,27); }
H1.HeaderClassName
{
color: #EDE61B;
}
.AnyTagClassName
{
color: #EDE61B;
}
</style>
background-color css
<style>
a { background-color: #EDE61B; }
a { background-color: rgb(237,230,27); }
div.DivClassName
{
background-color: #EDE61B;
}
.BgClassName
{
background-color: #EDE61B;
}
</style>
border-color css
<style>
span { border-color: #EDE61B; }
span { border-color: rgb(237,230,27); }
td.TdClassName
{
border-color: #EDE61B;
}
.TagClassName
{
border-color: #EDE61B;
}
</style>