Shades of Corn #EDEE58
Tints of Corn #EDEE58
RGB
CMYK
RGB Variations
Color information
#EDEE58 (or 0xEDEE58) is known color: Corn. HEX triplet: ED, EE and 58. RGB value is (237,238,88). Sum of RGB (Red+Green+Blue) = 237+238+88=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 88 (34.77% from 255 or 15.63% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE58 is #1211A7. Grayscale: #DDDDDD. Windows color (decimal): -1184168 or 5828333. OLE color: 5828333.
HSL color Cylindrical-coordinate representation of color #EDEE58: hue angle of 60.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDEE58 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 88 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.07 |
| HSL | 60.4º | 0.82% | 0.64% | - |
| HSV(B) | 60.4º | 0.63% | 0.93% | - |
| XYZ | 67.26 | 79.86 | 21.1 | - |
| YUV | 220.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 88 | 0.00 | 0 | 0.63 | 0.07 | 60.4 | 0.82 | 0.64 |
| Hex | ED | EE | 58 | 0 | 0 | 3F | 7 | 3C | 52 | 40 |
| Octal | 355 | 356 | 130 | 0 | 0 | 77 | 7 | 74 | 122 | 100 |
| Binary | 11101101 | 11101110 | 1011000 | 0 | 0 | 111111 | 111 | 111100 | 1010010 | 1000000 |
Color Harmonies of #EDEE58
Complementary color
Monochromatic Colors of #EDEE58
Black with #EDEE58
Text Example
Text Example
White with #EDEE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEE58; }
p { color: rgb(237,238,88); }
H1.HeaderClassName
{
color: #EDEE58;
}
.AnyTagClassName
{
color: #EDEE58;
}
</style>
background-color css
<style>
a { background-color: #EDEE58; }
a { background-color: rgb(237,238,88); }
div.DivClassName
{
background-color: #EDEE58;
}
.BgClassName
{
background-color: #EDEE58;
}
</style>
border-color css
<style>
span { border-color: #EDEE58; }
span { border-color: rgb(237,238,88); }
td.TdClassName
{
border-color: #EDEE58;
}
.TagClassName
{
border-color: #EDEE58;
}
</style>