Shades of Lemon #EDDF1A
Tints of Lemon #EDDF1A
RGB
CMYK
RGB Variations
Color information
#EDDF1A (or 0xEDDF1A) is known color: Lemon. HEX triplet: ED, DF and 1A. RGB value is (237,223,26). Sum of RGB (Red+Green+Blue) = 237+223+26=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF1A is #1220E5. Grayscale: #CDCDCD. Windows color (decimal): -1188070 or 1761261. OLE color: 1761261.
HSL color Cylindrical-coordinate representation of color #EDDF1A: hue angle of 56.02º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDDF1A is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 26 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.07 |
| HSL | 56.02º | 0.85% | 0.52% | - |
| HSV(B) | 56.02º | 0.89% | 0.93% | - |
| XYZ | 61.5 | 70.85 | 11.41 | - |
| YUV | 204.73 | 27.14 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 26 | 0 | 0.06 | 0.89 | 0.07 | 56.02 | 0.85 | 0.52 |
| Hex | ED | DF | 1A | 0 | 6 | 59 | 7 | 38 | 55 | 34 |
| Octal | 355 | 337 | 32 | 0 | 6 | 131 | 7 | 70 | 125 | 64 |
| Binary | 11101101 | 11011111 | 11010 | 0 | 110 | 1011001 | 111 | 111000 | 1010101 | 110100 |
Color Harmonies of #EDDF1A
Complementary color
Monochromatic Colors of #EDDF1A
Black with #EDDF1A
Text Example
Text Example
White with #EDDF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF1A; }
p { color: rgb(237,223,26); }
H1.HeaderClassName
{
color: #EDDF1A;
}
.AnyTagClassName
{
color: #EDDF1A;
}
</style>
background-color css
<style>
a { background-color: #EDDF1A; }
a { background-color: rgb(237,223,26); }
div.DivClassName
{
background-color: #EDDF1A;
}
.BgClassName
{
background-color: #EDDF1A;
}
</style>
border-color css
<style>
span { border-color: #EDDF1A; }
span { border-color: rgb(237,223,26); }
td.TdClassName
{
border-color: #EDDF1A;
}
.TagClassName
{
border-color: #EDDF1A;
}
</style>