Shades of Lemon #EADD0C
Tints of Lemon #EADD0C
RGB
CMYK
RGB Variations
Color information
#EADD0C (or 0xEADD0C) is known color: Lemon. HEX triplet: EA, DD and 0C. RGB value is (234,221,12). Sum of RGB (Red+Green+Blue) = 234+221+12=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD0C is #1522F3. Grayscale: #C9C9C9. Windows color (decimal): -1385204 or 843242. OLE color: 843242.
HSL color Cylindrical-coordinate representation of color #EADD0C: hue angle of 56.49º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EADD0C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.08 |
| HSL | 56.49º | 0.9% | 0.48% | - |
| HSV(B) | 56.49º | 0.95% | 0.92% | - |
| XYZ | 59.85 | 69.23 | 10.56 | - |
| YUV | 201.06 | 21.31 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 12 | 0 | 0.06 | 0.95 | 0.08 | 56.49 | 0.9 | 0.48 |
| Hex | EA | DD | C | 0 | 6 | 5F | 8 | 38 | 5A | 30 |
| Octal | 352 | 335 | 14 | 0 | 6 | 137 | 10 | 70 | 132 | 60 |
| Binary | 11101010 | 11011101 | 1100 | 0 | 110 | 1011111 | 1000 | 111000 | 1011010 | 110000 |
Color Harmonies of #EADD0C
Complementary color
Monochromatic Colors of #EADD0C
Black with #EADD0C
Text Example
Text Example
White with #EADD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD0C; }
p { color: rgb(234,221,12); }
H1.HeaderClassName
{
color: #EADD0C;
}
.AnyTagClassName
{
color: #EADD0C;
}
</style>
background-color css
<style>
a { background-color: #EADD0C; }
a { background-color: rgb(234,221,12); }
div.DivClassName
{
background-color: #EADD0C;
}
.BgClassName
{
background-color: #EADD0C;
}
</style>
border-color css
<style>
span { border-color: #EADD0C; }
span { border-color: rgb(234,221,12); }
td.TdClassName
{
border-color: #EADD0C;
}
.TagClassName
{
border-color: #EADD0C;
}
</style>