Shades of Lemon #EADE0D
Tints of Lemon #EADE0D
RGB
CMYK
RGB Variations
Color information
#EADE0D (or 0xEADE0D) is known color: Lemon. HEX triplet: EA, DE and 0D. RGB value is (234,222,13). Sum of RGB (Red+Green+Blue) = 234+222+13=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE0D is #1521F2. Grayscale: #CACACA. Windows color (decimal): -1384947 or 909034. OLE color: 909034.
HSL color Cylindrical-coordinate representation of color #EADE0D: hue angle of 56.74º 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 #EADE0D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.08 |
| HSL | 56.74º | 0.89% | 0.48% | - |
| HSV(B) | 56.74º | 0.94% | 0.92% | - |
| XYZ | 60.13 | 69.76 | 10.68 | - |
| YUV | 201.76 | 21.48 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 13 | 0 | 0.05 | 0.94 | 0.08 | 56.74 | 0.89 | 0.48 |
| Hex | EA | DE | D | 0 | 5 | 5E | 8 | 39 | 59 | 30 |
| Octal | 352 | 336 | 15 | 0 | 5 | 136 | 10 | 71 | 131 | 60 |
| Binary | 11101010 | 11011110 | 1101 | 0 | 101 | 1011110 | 1000 | 111001 | 1011001 | 110000 |
Color Harmonies of #EADE0D
Complementary color
Monochromatic Colors of #EADE0D
Black with #EADE0D
Text Example
Text Example
White with #EADE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE0D; }
p { color: rgb(234,222,13); }
H1.HeaderClassName
{
color: #EADE0D;
}
.AnyTagClassName
{
color: #EADE0D;
}
</style>
background-color css
<style>
a { background-color: #EADE0D; }
a { background-color: rgb(234,222,13); }
div.DivClassName
{
background-color: #EADE0D;
}
.BgClassName
{
background-color: #EADE0D;
}
</style>
border-color css
<style>
span { border-color: #EADE0D; }
span { border-color: rgb(234,222,13); }
td.TdClassName
{
border-color: #EADE0D;
}
.TagClassName
{
border-color: #EADE0D;
}
</style>