Shades of Lemon #EDE70B
Tints of Lemon #EDE70B
RGB
CMYK
RGB Variations
Color information
#EDE70B (or 0xEDE70B) is known color: Lemon. HEX triplet: ED, E7 and 0B. RGB value is (237,231,11). Sum of RGB (Red+Green+Blue) = 237+231+11=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 11 (4.69% from 255 or 2.30% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE70B is #1218F4. Grayscale: #D0D0D0. Windows color (decimal): -1186037 or 780269. OLE color: 780269.
HSL color Cylindrical-coordinate representation of color #EDE70B: hue angle of 58.41º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDE70B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.07 |
| HSL | 58.41º | 0.91% | 0.49% | - |
| HSV(B) | 58.41º | 0.95% | 0.93% | - |
| XYZ | 63.56 | 75.18 | 11.48 | - |
| YUV | 207.71 | 16.99 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 11 | 0 | 0.03 | 0.95 | 0.07 | 58.41 | 0.91 | 0.49 |
| Hex | ED | E7 | B | 0 | 3 | 5F | 7 | 3A | 5B | 31 |
| Octal | 355 | 347 | 13 | 0 | 3 | 137 | 7 | 72 | 133 | 61 |
| Binary | 11101101 | 11100111 | 1011 | 0 | 11 | 1011111 | 111 | 111010 | 1011011 | 110001 |
Color Harmonies of #EDE70B
Complementary color
Monochromatic Colors of #EDE70B
Black with #EDE70B
Text Example
Text Example
White with #EDE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE70B; }
p { color: rgb(237,231,11); }
H1.HeaderClassName
{
color: #EDE70B;
}
.AnyTagClassName
{
color: #EDE70B;
}
</style>
background-color css
<style>
a { background-color: #EDE70B; }
a { background-color: rgb(237,231,11); }
div.DivClassName
{
background-color: #EDE70B;
}
.BgClassName
{
background-color: #EDE70B;
}
</style>
border-color css
<style>
span { border-color: #EDE70B; }
span { border-color: rgb(237,231,11); }
td.TdClassName
{
border-color: #EDE70B;
}
.TagClassName
{
border-color: #EDE70B;
}
</style>