Shades of Lemon #EADC0B
Tints of Lemon #EADC0B
RGB
CMYK
RGB Variations
Color information
#EADC0B (or 0xEADC0B) is known color: Lemon. HEX triplet: EA, DC and 0B. RGB value is (234,220,11). Sum of RGB (Red+Green+Blue) = 234+220+11=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC0B is #1523F4. Grayscale: #C9C9C9. Windows color (decimal): -1385461 or 777450. OLE color: 777450.
HSL color Cylindrical-coordinate representation of color #EADC0B: hue angle of 56.23º degrees, saturation: 0.91, 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 #EADC0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.08 |
| HSL | 56.23º | 0.91% | 0.48% | - |
| HSV(B) | 56.23º | 0.95% | 0.92% | - |
| XYZ | 59.59 | 68.7 | 10.44 | - |
| YUV | 200.36 | 21.14 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 11 | 0 | 0.06 | 0.95 | 0.08 | 56.23 | 0.91 | 0.48 |
| Hex | EA | DC | B | 0 | 6 | 5F | 8 | 38 | 5B | 30 |
| Octal | 352 | 334 | 13 | 0 | 6 | 137 | 10 | 70 | 133 | 60 |
| Binary | 11101010 | 11011100 | 1011 | 0 | 110 | 1011111 | 1000 | 111000 | 1011011 | 110000 |
Color Harmonies of #EADC0B
Complementary color
Monochromatic Colors of #EADC0B
Black with #EADC0B
Text Example
Text Example
White with #EADC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC0B; }
p { color: rgb(234,220,11); }
H1.HeaderClassName
{
color: #EADC0B;
}
.AnyTagClassName
{
color: #EADC0B;
}
</style>
background-color css
<style>
a { background-color: #EADC0B; }
a { background-color: rgb(234,220,11); }
div.DivClassName
{
background-color: #EADC0B;
}
.BgClassName
{
background-color: #EADC0B;
}
</style>
border-color css
<style>
span { border-color: #EADC0B; }
span { border-color: rgb(234,220,11); }
td.TdClassName
{
border-color: #EADC0B;
}
.TagClassName
{
border-color: #EADC0B;
}
</style>