Shades of Lemon #EADF0C
Tints of Lemon #EADF0C
RGB
CMYK
RGB Variations
Color information
#EADF0C (or 0xEADF0C) is known color: Lemon. HEX triplet: EA, DF and 0C. RGB value is (234,223,12). Sum of RGB (Red+Green+Blue) = 234+223+12=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF0C is #1520F3. Grayscale: #CBCBCB. Windows color (decimal): -1384692 or 843754. OLE color: 843754.
HSL color Cylindrical-coordinate representation of color #EADF0C: hue angle of 57.03º 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 #EADF0C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.08 |
| HSL | 57.03º | 0.9% | 0.48% | - |
| HSV(B) | 57.03º | 0.95% | 0.92% | - |
| XYZ | 60.39 | 70.29 | 10.73 | - |
| YUV | 202.24 | 20.64 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 12 | 0 | 0.05 | 0.95 | 0.08 | 57.03 | 0.9 | 0.48 |
| Hex | EA | DF | C | 0 | 5 | 5F | 8 | 39 | 5A | 30 |
| Octal | 352 | 337 | 14 | 0 | 5 | 137 | 10 | 71 | 132 | 60 |
| Binary | 11101010 | 11011111 | 1100 | 0 | 101 | 1011111 | 1000 | 111001 | 1011010 | 110000 |
Color Harmonies of #EADF0C
Complementary color
Monochromatic Colors of #EADF0C
Black with #EADF0C
Text Example
Text Example
White with #EADF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF0C; }
p { color: rgb(234,223,12); }
H1.HeaderClassName
{
color: #EADF0C;
}
.AnyTagClassName
{
color: #EADF0C;
}
</style>
background-color css
<style>
a { background-color: #EADF0C; }
a { background-color: rgb(234,223,12); }
div.DivClassName
{
background-color: #EADF0C;
}
.BgClassName
{
background-color: #EADF0C;
}
</style>
border-color css
<style>
span { border-color: #EADF0C; }
span { border-color: rgb(234,223,12); }
td.TdClassName
{
border-color: #EADF0C;
}
.TagClassName
{
border-color: #EADF0C;
}
</style>