Shades of Lemon #EADD0D
Tints of Lemon #EADD0D
RGB
CMYK
RGB Variations
Color information
#EADD0D (or 0xEADD0D) is known color: Lemon. HEX triplet: EA, DD and 0D. RGB value is (234,221,13). Sum of RGB (Red+Green+Blue) = 234+221+13=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD0D is #1522F2. Grayscale: #CACACA. Windows color (decimal): -1385203 or 908778. OLE color: 908778.
HSL color Cylindrical-coordinate representation of color #EADD0D: hue angle of 56.47º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EADD0D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.08 |
| HSL | 56.47º | 0.89% | 0.48% | - |
| HSV(B) | 56.47º | 0.94% | 0.92% | - |
| XYZ | 59.86 | 69.23 | 10.59 | - |
| YUV | 201.18 | 21.81 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 13 | 0 | 0.06 | 0.94 | 0.08 | 56.47 | 0.89 | 0.48 |
| Hex | EA | DD | D | 0 | 6 | 5E | 8 | 38 | 59 | 30 |
| Octal | 352 | 335 | 15 | 0 | 6 | 136 | 10 | 70 | 131 | 60 |
| Binary | 11101010 | 11011101 | 1101 | 0 | 110 | 1011110 | 1000 | 111000 | 1011001 | 110000 |
Color Harmonies of #EADD0D
Complementary color
Monochromatic Colors of #EADD0D
Black with #EADD0D
Text Example
Text Example
White with #EADD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD0D; }
p { color: rgb(234,221,13); }
H1.HeaderClassName
{
color: #EADD0D;
}
.AnyTagClassName
{
color: #EADD0D;
}
</style>
background-color css
<style>
a { background-color: #EADD0D; }
a { background-color: rgb(234,221,13); }
div.DivClassName
{
background-color: #EADD0D;
}
.BgClassName
{
background-color: #EADD0D;
}
</style>
border-color css
<style>
span { border-color: #EADD0D; }
span { border-color: rgb(234,221,13); }
td.TdClassName
{
border-color: #EADD0D;
}
.TagClassName
{
border-color: #EADD0D;
}
</style>