Shades of Lemon #EDDF0B
Tints of Lemon #EDDF0B
RGB
CMYK
RGB Variations
Color information
#EDDF0B (or 0xEDDF0B) is known color: Lemon. HEX triplet: ED, DF and 0B. RGB value is (237,223,11). Sum of RGB (Red+Green+Blue) = 237+223+11=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF0B is #1220F4. Grayscale: #CBCBCB. Windows color (decimal): -1188085 or 778221. OLE color: 778221.
HSL color Cylindrical-coordinate representation of color #EDDF0B: hue angle of 56.28º 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 #EDDF0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.07 |
| HSL | 56.28º | 0.91% | 0.49% | - |
| HSV(B) | 56.28º | 0.95% | 0.93% | - |
| XYZ | 61.37 | 70.8 | 10.75 | - |
| YUV | 203.02 | 19.64 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 11 | 0 | 0.06 | 0.95 | 0.07 | 56.28 | 0.91 | 0.49 |
| Hex | ED | DF | B | 0 | 6 | 5F | 7 | 38 | 5B | 31 |
| Octal | 355 | 337 | 13 | 0 | 6 | 137 | 7 | 70 | 133 | 61 |
| Binary | 11101101 | 11011111 | 1011 | 0 | 110 | 1011111 | 111 | 111000 | 1011011 | 110001 |
Color Harmonies of #EDDF0B
Complementary color
Monochromatic Colors of #EDDF0B
Black with #EDDF0B
Text Example
Text Example
White with #EDDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF0B; }
p { color: rgb(237,223,11); }
H1.HeaderClassName
{
color: #EDDF0B;
}
.AnyTagClassName
{
color: #EDDF0B;
}
</style>
background-color css
<style>
a { background-color: #EDDF0B; }
a { background-color: rgb(237,223,11); }
div.DivClassName
{
background-color: #EDDF0B;
}
.BgClassName
{
background-color: #EDDF0B;
}
</style>
border-color css
<style>
span { border-color: #EDDF0B; }
span { border-color: rgb(237,223,11); }
td.TdClassName
{
border-color: #EDDF0B;
}
.TagClassName
{
border-color: #EDDF0B;
}
</style>