Shades of Lemon #EAD80F
Tints of Lemon #EAD80F
RGB
CMYK
RGB Variations
Color information
#EAD80F (or 0xEAD80F) is known color: Lemon. HEX triplet: EA, D8 and 0F. RGB value is (234,216,15). Sum of RGB (Red+Green+Blue) = 234+216+15=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD80F is #1527F0. Grayscale: #C7C7C7. Windows color (decimal): -1386481 or 1038570. OLE color: 1038570.
HSL color Cylindrical-coordinate representation of color #EAD80F: hue angle of 55.07º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAD80F is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 15 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.08 |
| HSL | 55.07º | 0.88% | 0.49% | - |
| HSV(B) | 55.07º | 0.94% | 0.92% | - |
| XYZ | 58.57 | 66.64 | 10.23 | - |
| YUV | 198.47 | 24.46 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 15 | 0 | 0.08 | 0.94 | 0.08 | 55.07 | 0.88 | 0.49 |
| Hex | EA | D8 | F | 0 | 8 | 5E | 8 | 37 | 58 | 31 |
| Octal | 352 | 330 | 17 | 0 | 10 | 136 | 10 | 67 | 130 | 61 |
| Binary | 11101010 | 11011000 | 1111 | 0 | 1000 | 1011110 | 1000 | 110111 | 1011000 | 110001 |
Color Harmonies of #EAD80F
Complementary color
Monochromatic Colors of #EAD80F
Black with #EAD80F
Text Example
Text Example
White with #EAD80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD80F; }
p { color: rgb(234,216,15); }
H1.HeaderClassName
{
color: #EAD80F;
}
.AnyTagClassName
{
color: #EAD80F;
}
</style>
background-color css
<style>
a { background-color: #EAD80F; }
a { background-color: rgb(234,216,15); }
div.DivClassName
{
background-color: #EAD80F;
}
.BgClassName
{
background-color: #EAD80F;
}
</style>
border-color css
<style>
span { border-color: #EAD80F; }
span { border-color: rgb(234,216,15); }
td.TdClassName
{
border-color: #EAD80F;
}
.TagClassName
{
border-color: #EAD80F;
}
</style>