Shades of Lemon #EAE10C
Tints of Lemon #EAE10C
RGB
CMYK
RGB Variations
Color information
#EAE10C (or 0xEAE10C) is known color: Lemon. HEX triplet: EA, E1 and 0C. RGB value is (234,225,12). Sum of RGB (Red+Green+Blue) = 234+225+12=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE10C is #151EF3. Grayscale: #CCCCCC. Windows color (decimal): -1384180 or 844266. OLE color: 844266.
HSL color Cylindrical-coordinate representation of color #EAE10C: hue angle of 57.57º 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 #EAE10C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 12 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.08 |
| HSL | 57.57º | 0.9% | 0.48% | - |
| HSV(B) | 57.57º | 0.95% | 0.92% | - |
| XYZ | 60.92 | 71.37 | 10.91 | - |
| YUV | 203.41 | 19.98 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 12 | 0 | 0.04 | 0.95 | 0.08 | 57.57 | 0.9 | 0.48 |
| Hex | EA | E1 | C | 0 | 4 | 5F | 8 | 3A | 5A | 30 |
| Octal | 352 | 341 | 14 | 0 | 4 | 137 | 10 | 72 | 132 | 60 |
| Binary | 11101010 | 11100001 | 1100 | 0 | 100 | 1011111 | 1000 | 111010 | 1011010 | 110000 |
Color Harmonies of #EAE10C
Complementary color
Monochromatic Colors of #EAE10C
Black with #EAE10C
Text Example
Text Example
White with #EAE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE10C; }
p { color: rgb(234,225,12); }
H1.HeaderClassName
{
color: #EAE10C;
}
.AnyTagClassName
{
color: #EAE10C;
}
</style>
background-color css
<style>
a { background-color: #EAE10C; }
a { background-color: rgb(234,225,12); }
div.DivClassName
{
background-color: #EAE10C;
}
.BgClassName
{
background-color: #EAE10C;
}
</style>
border-color css
<style>
span { border-color: #EAE10C; }
span { border-color: rgb(234,225,12); }
td.TdClassName
{
border-color: #EAE10C;
}
.TagClassName
{
border-color: #EAE10C;
}
</style>