Shades of Lemon #EDED1B
Tints of Lemon #EDED1B
RGB
CMYK
RGB Variations
Color information
#EDED1B (or 0xEDED1B) is known color: Lemon. HEX triplet: ED, ED and 1B. RGB value is (237,237,27). Sum of RGB (Red+Green+Blue) = 237+237+27=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 27 (10.94% from 255 or 5.39% from 501); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED1B is #1212E4. Grayscale: #D5D5D5. Windows color (decimal): -1184485 or 1830381. OLE color: 1830381.
HSL color Cylindrical-coordinate representation of color #EDED1B: hue angle of 60º 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 #EDED1B is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 27 | - |
| CMYK | 0 | 0 | 0.89 | 0.07 |
| HSL | 60º | 0.85% | 0.52% | - |
| HSV(B) | 60º | 0.89% | 0.93% | - |
| XYZ | 65.41 | 78.65 | 12.77 | - |
| YUV | 213.06 | 23 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 27 | 0 | 0 | 0.89 | 0.07 | 60 | 0.85 | 0.52 |
| Hex | ED | ED | 1B | 0 | 0 | 59 | 7 | 3C | 55 | 34 |
| Octal | 355 | 355 | 33 | 0 | 0 | 131 | 7 | 74 | 125 | 64 |
| Binary | 11101101 | 11101101 | 11011 | 0 | 0 | 1011001 | 111 | 111100 | 1010101 | 110100 |
Color Harmonies of #EDED1B
Complementary color
Monochromatic Colors of #EDED1B
Black with #EDED1B
Text Example
Text Example
White with #EDED1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED1B; }
p { color: rgb(237,237,27); }
H1.HeaderClassName
{
color: #EDED1B;
}
.AnyTagClassName
{
color: #EDED1B;
}
</style>
background-color css
<style>
a { background-color: #EDED1B; }
a { background-color: rgb(237,237,27); }
div.DivClassName
{
background-color: #EDED1B;
}
.BgClassName
{
background-color: #EDED1B;
}
</style>
border-color css
<style>
span { border-color: #EDED1B; }
span { border-color: rgb(237,237,27); }
td.TdClassName
{
border-color: #EDED1B;
}
.TagClassName
{
border-color: #EDED1B;
}
</style>