Shades of Lemon #EADB0D
Tints of Lemon #EADB0D
RGB
CMYK
RGB Variations
Color information
#EADB0D (or 0xEADB0D) is known color: Lemon. HEX triplet: EA, DB and 0D. RGB value is (234,219,13). Sum of RGB (Red+Green+Blue) = 234+219+13=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB0D is #1524F2. Grayscale: #C8C8C8. Windows color (decimal): -1385715 or 908266. OLE color: 908266.
HSL color Cylindrical-coordinate representation of color #EADB0D: hue angle of 55.93º 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 #EADB0D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.08 |
| HSL | 55.93º | 0.89% | 0.48% | - |
| HSV(B) | 55.93º | 0.94% | 0.92% | - |
| XYZ | 59.34 | 68.18 | 10.41 | - |
| YUV | 200 | 22.47 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 13 | 0 | 0.06 | 0.94 | 0.08 | 55.93 | 0.89 | 0.48 |
| Hex | EA | DB | D | 0 | 6 | 5E | 8 | 38 | 59 | 30 |
| Octal | 352 | 333 | 15 | 0 | 6 | 136 | 10 | 70 | 131 | 60 |
| Binary | 11101010 | 11011011 | 1101 | 0 | 110 | 1011110 | 1000 | 111000 | 1011001 | 110000 |
Color Harmonies of #EADB0D
Complementary color
Monochromatic Colors of #EADB0D
Black with #EADB0D
Text Example
Text Example
White with #EADB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB0D; }
p { color: rgb(234,219,13); }
H1.HeaderClassName
{
color: #EADB0D;
}
.AnyTagClassName
{
color: #EADB0D;
}
</style>
background-color css
<style>
a { background-color: #EADB0D; }
a { background-color: rgb(234,219,13); }
div.DivClassName
{
background-color: #EADB0D;
}
.BgClassName
{
background-color: #EADB0D;
}
</style>
border-color css
<style>
span { border-color: #EADB0D; }
span { border-color: rgb(234,219,13); }
td.TdClassName
{
border-color: #EADB0D;
}
.TagClassName
{
border-color: #EADB0D;
}
</style>