Shades of Lemon #EADD10
Tints of Lemon #EADD10
RGB
CMYK
RGB Variations
Color information
#EADD10 (or 0xEADD10) is known color: Lemon. HEX triplet: EA, DD and 10. RGB value is (234,221,16). Sum of RGB (Red+Green+Blue) = 234+221+16=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD10 is #1522EF. Grayscale: #CACACA. Windows color (decimal): -1385200 or 1105386. OLE color: 1105386.
HSL color Cylindrical-coordinate representation of color #EADD10: hue angle of 56.42º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EADD10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.08 |
| HSL | 56.42º | 0.87% | 0.49% | - |
| HSV(B) | 56.42º | 0.93% | 0.92% | - |
| XYZ | 59.88 | 69.24 | 10.7 | - |
| YUV | 201.52 | 23.31 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 16 | 0 | 0.06 | 0.93 | 0.08 | 56.42 | 0.87 | 0.49 |
| Hex | EA | DD | 10 | 0 | 6 | 5D | 8 | 38 | 57 | 31 |
| Octal | 352 | 335 | 20 | 0 | 6 | 135 | 10 | 70 | 127 | 61 |
| Binary | 11101010 | 11011101 | 10000 | 0 | 110 | 1011101 | 1000 | 111000 | 1010111 | 110001 |
Color Harmonies of #EADD10
Complementary color
Monochromatic Colors of #EADD10
Black with #EADD10
Text Example
Text Example
White with #EADD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD10; }
p { color: rgb(234,221,16); }
H1.HeaderClassName
{
color: #EADD10;
}
.AnyTagClassName
{
color: #EADD10;
}
</style>
background-color css
<style>
a { background-color: #EADD10; }
a { background-color: rgb(234,221,16); }
div.DivClassName
{
background-color: #EADD10;
}
.BgClassName
{
background-color: #EADD10;
}
</style>
border-color css
<style>
span { border-color: #EADD10; }
span { border-color: rgb(234,221,16); }
td.TdClassName
{
border-color: #EADD10;
}
.TagClassName
{
border-color: #EADD10;
}
</style>