Shades of Lemon #EADD0F
Tints of Lemon #EADD0F
RGB
CMYK
RGB Variations
Color information
#EADD0F (or 0xEADD0F) is known color: Lemon. HEX triplet: EA, DD and 0F. RGB value is (234,221,15). Sum of RGB (Red+Green+Blue) = 234+221+15=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD0F is #1522F0. Grayscale: #CACACA. Windows color (decimal): -1385201 or 1039850. OLE color: 1039850.
HSL color Cylindrical-coordinate representation of color #EADD0F: hue angle of 56.44º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EADD0F is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 15 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.08 |
| HSL | 56.44º | 0.88% | 0.49% | - |
| HSV(B) | 56.44º | 0.94% | 0.92% | - |
| XYZ | 59.87 | 69.24 | 10.66 | - |
| YUV | 201.4 | 22.81 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 15 | 0 | 0.06 | 0.94 | 0.08 | 56.44 | 0.88 | 0.49 |
| Hex | EA | DD | F | 0 | 6 | 5E | 8 | 38 | 58 | 31 |
| Octal | 352 | 335 | 17 | 0 | 6 | 136 | 10 | 70 | 130 | 61 |
| Binary | 11101010 | 11011101 | 1111 | 0 | 110 | 1011110 | 1000 | 111000 | 1011000 | 110001 |
Color Harmonies of #EADD0F
Complementary color
Monochromatic Colors of #EADD0F
Black with #EADD0F
Text Example
Text Example
White with #EADD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD0F; }
p { color: rgb(234,221,15); }
H1.HeaderClassName
{
color: #EADD0F;
}
.AnyTagClassName
{
color: #EADD0F;
}
</style>
background-color css
<style>
a { background-color: #EADD0F; }
a { background-color: rgb(234,221,15); }
div.DivClassName
{
background-color: #EADD0F;
}
.BgClassName
{
background-color: #EADD0F;
}
</style>
border-color css
<style>
span { border-color: #EADD0F; }
span { border-color: rgb(234,221,15); }
td.TdClassName
{
border-color: #EADD0F;
}
.TagClassName
{
border-color: #EADD0F;
}
</style>