Shades of Lemon #EADC0C
Tints of Lemon #EADC0C
RGB
CMYK
RGB Variations
Color information
#EADC0C (or 0xEADC0C) is known color: Lemon. HEX triplet: EA, DC and 0C. RGB value is (234,220,12). Sum of RGB (Red+Green+Blue) = 234+220+12=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC0C is #1523F3. Grayscale: #C9C9C9. Windows color (decimal): -1385460 or 842986. OLE color: 842986.
HSL color Cylindrical-coordinate representation of color #EADC0C: hue angle of 56.22º 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 #EADC0C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.08 |
| HSL | 56.22º | 0.9% | 0.48% | - |
| HSV(B) | 56.22º | 0.95% | 0.92% | - |
| XYZ | 59.59 | 68.71 | 10.47 | - |
| YUV | 200.47 | 21.64 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 12 | 0 | 0.06 | 0.95 | 0.08 | 56.22 | 0.9 | 0.48 |
| Hex | EA | DC | C | 0 | 6 | 5F | 8 | 38 | 5A | 30 |
| Octal | 352 | 334 | 14 | 0 | 6 | 137 | 10 | 70 | 132 | 60 |
| Binary | 11101010 | 11011100 | 1100 | 0 | 110 | 1011111 | 1000 | 111000 | 1011010 | 110000 |
Color Harmonies of #EADC0C
Complementary color
Monochromatic Colors of #EADC0C
Black with #EADC0C
Text Example
Text Example
White with #EADC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC0C; }
p { color: rgb(234,220,12); }
H1.HeaderClassName
{
color: #EADC0C;
}
.AnyTagClassName
{
color: #EADC0C;
}
</style>
background-color css
<style>
a { background-color: #EADC0C; }
a { background-color: rgb(234,220,12); }
div.DivClassName
{
background-color: #EADC0C;
}
.BgClassName
{
background-color: #EADC0C;
}
</style>
border-color css
<style>
span { border-color: #EADC0C; }
span { border-color: rgb(234,220,12); }
td.TdClassName
{
border-color: #EADC0C;
}
.TagClassName
{
border-color: #EADC0C;
}
</style>