Shades of Lemon #EAEC1D
Tints of Lemon #EAEC1D
RGB
CMYK
RGB Variations
Color information
#EAEC1D (or 0xEAEC1D) is known color: Lemon. HEX triplet: EA, EC and 1D. RGB value is (234,236,29). Sum of RGB (Red+Green+Blue) = 234+236+29=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 29 (11.72% from 255 or 5.81% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEC1D is #1513E2. Grayscale: #D4D4D4. Windows color (decimal): -1381347 or 1961194. OLE color: 1961194.
HSL color Cylindrical-coordinate representation of color #EAEC1D: hue angle of 60.58º degrees, saturation: 0.84, 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 #EAEC1D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 29 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.07 |
| HSL | 60.58º | 0.84% | 0.52% | - |
| HSV(B) | 60.58º | 0.88% | 0.93% | - |
| XYZ | 64.15 | 77.57 | 12.75 | - |
| YUV | 211.8 | 24.84 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 29 | 0.01 | 0 | 0.88 | 0.07 | 60.58 | 0.84 | 0.52 |
| Hex | EA | EC | 1D | 1 | 0 | 58 | 7 | 3D | 54 | 34 |
| Octal | 352 | 354 | 35 | 1 | 0 | 130 | 7 | 75 | 124 | 64 |
| Binary | 11101010 | 11101100 | 11101 | 1 | 0 | 1011000 | 111 | 111101 | 1010100 | 110100 |
Color Harmonies of #EAEC1D
Complementary color
Monochromatic Colors of #EAEC1D
Black with #EAEC1D
Text Example
Text Example
White with #EAEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEC1D; }
p { color: rgb(234,236,29); }
H1.HeaderClassName
{
color: #EAEC1D;
}
.AnyTagClassName
{
color: #EAEC1D;
}
</style>
background-color css
<style>
a { background-color: #EAEC1D; }
a { background-color: rgb(234,236,29); }
div.DivClassName
{
background-color: #EAEC1D;
}
.BgClassName
{
background-color: #EAEC1D;
}
</style>
border-color css
<style>
span { border-color: #EAEC1D; }
span { border-color: rgb(234,236,29); }
td.TdClassName
{
border-color: #EAEC1D;
}
.TagClassName
{
border-color: #EAEC1D;
}
</style>