Shades of Lemon #EADE0C
Tints of Lemon #EADE0C
RGB
CMYK
RGB Variations
Color information
#EADE0C (or 0xEADE0C) is known color: Lemon. HEX triplet: EA, DE and 0C. RGB value is (234,222,12). Sum of RGB (Red+Green+Blue) = 234+222+12=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE0C is #1521F3. Grayscale: #CACACA. Windows color (decimal): -1384948 or 843498. OLE color: 843498.
HSL color Cylindrical-coordinate representation of color #EADE0C: hue angle of 56.76º 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 #EADE0C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.08 |
| HSL | 56.76º | 0.9% | 0.48% | - |
| HSV(B) | 56.76º | 0.95% | 0.92% | - |
| XYZ | 60.12 | 69.76 | 10.64 | - |
| YUV | 201.65 | 20.98 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 12 | 0 | 0.05 | 0.95 | 0.08 | 56.76 | 0.9 | 0.48 |
| Hex | EA | DE | C | 0 | 5 | 5F | 8 | 39 | 5A | 30 |
| Octal | 352 | 336 | 14 | 0 | 5 | 137 | 10 | 71 | 132 | 60 |
| Binary | 11101010 | 11011110 | 1100 | 0 | 101 | 1011111 | 1000 | 111001 | 1011010 | 110000 |
Color Harmonies of #EADE0C
Complementary color
Monochromatic Colors of #EADE0C
Black with #EADE0C
Text Example
Text Example
White with #EADE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE0C; }
p { color: rgb(234,222,12); }
H1.HeaderClassName
{
color: #EADE0C;
}
.AnyTagClassName
{
color: #EADE0C;
}
</style>
background-color css
<style>
a { background-color: #EADE0C; }
a { background-color: rgb(234,222,12); }
div.DivClassName
{
background-color: #EADE0C;
}
.BgClassName
{
background-color: #EADE0C;
}
</style>
border-color css
<style>
span { border-color: #EADE0C; }
span { border-color: rgb(234,222,12); }
td.TdClassName
{
border-color: #EADE0C;
}
.TagClassName
{
border-color: #EADE0C;
}
</style>