Shades of Lemon #EAED1D
Tints of Lemon #EAED1D
RGB
CMYK
RGB Variations
Color information
#EAED1D (or 0xEAED1D) is known color: Lemon. HEX triplet: EA, ED and 1D. RGB value is (234,237,29). Sum of RGB (Red+Green+Blue) = 234+237+29=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 29 (11.72% from 255 or 5.8% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAED1D is #1512E2. Grayscale: #D5D5D5. Windows color (decimal): -1381091 or 1961450. OLE color: 1961450.
HSL color Cylindrical-coordinate representation of color #EAED1D: hue angle of 60.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAED1D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 29 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.07 |
| HSL | 60.87º | 0.85% | 0.52% | - |
| HSV(B) | 60.87º | 0.88% | 0.93% | - |
| XYZ | 64.44 | 78.15 | 12.85 | - |
| YUV | 212.39 | 24.51 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 29 | 0.01 | 0 | 0.88 | 0.07 | 60.87 | 0.85 | 0.52 |
| Hex | EA | ED | 1D | 1 | 0 | 58 | 7 | 3D | 55 | 34 |
| Octal | 352 | 355 | 35 | 1 | 0 | 130 | 7 | 75 | 125 | 64 |
| Binary | 11101010 | 11101101 | 11101 | 1 | 0 | 1011000 | 111 | 111101 | 1010101 | 110100 |
Color Harmonies of #EAED1D
Complementary color
Monochromatic Colors of #EAED1D
Black with #EAED1D
Text Example
Text Example
White with #EAED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAED1D; }
p { color: rgb(234,237,29); }
H1.HeaderClassName
{
color: #EAED1D;
}
.AnyTagClassName
{
color: #EAED1D;
}
</style>
background-color css
<style>
a { background-color: #EAED1D; }
a { background-color: rgb(234,237,29); }
div.DivClassName
{
background-color: #EAED1D;
}
.BgClassName
{
background-color: #EAED1D;
}
</style>
border-color css
<style>
span { border-color: #EAED1D; }
span { border-color: rgb(234,237,29); }
td.TdClassName
{
border-color: #EAED1D;
}
.TagClassName
{
border-color: #EAED1D;
}
</style>