Shades of Lemon #EADC10
Tints of Lemon #EADC10
RGB
CMYK
RGB Variations
Color information
#EADC10 (or 0xEADC10) is known color: Lemon. HEX triplet: EA, DC and 10. RGB value is (234,220,16). Sum of RGB (Red+Green+Blue) = 234+220+16=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC10 is #1523EF. Grayscale: #C9C9C9. Windows color (decimal): -1385456 or 1105130. OLE color: 1105130.
HSL color Cylindrical-coordinate representation of color #EADC10: hue angle of 56.15º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EADC10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.08 |
| HSL | 56.15º | 0.87% | 0.49% | - |
| HSV(B) | 56.15º | 0.93% | 0.92% | - |
| XYZ | 59.62 | 68.72 | 10.61 | - |
| YUV | 200.93 | 23.64 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 16 | 0 | 0.06 | 0.93 | 0.08 | 56.15 | 0.87 | 0.49 |
| Hex | EA | DC | 10 | 0 | 6 | 5D | 8 | 38 | 57 | 31 |
| Octal | 352 | 334 | 20 | 0 | 6 | 135 | 10 | 70 | 127 | 61 |
| Binary | 11101010 | 11011100 | 10000 | 0 | 110 | 1011101 | 1000 | 111000 | 1010111 | 110001 |
Color Harmonies of #EADC10
Complementary color
Monochromatic Colors of #EADC10
Black with #EADC10
Text Example
Text Example
White with #EADC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC10; }
p { color: rgb(234,220,16); }
H1.HeaderClassName
{
color: #EADC10;
}
.AnyTagClassName
{
color: #EADC10;
}
</style>
background-color css
<style>
a { background-color: #EADC10; }
a { background-color: rgb(234,220,16); }
div.DivClassName
{
background-color: #EADC10;
}
.BgClassName
{
background-color: #EADC10;
}
</style>
border-color css
<style>
span { border-color: #EADC10; }
span { border-color: rgb(234,220,16); }
td.TdClassName
{
border-color: #EADC10;
}
.TagClassName
{
border-color: #EADC10;
}
</style>