Shades of Corn #EDE65D
Tints of Corn #EDE65D
RGB
CMYK
RGB Variations
Color information
#EDE65D (or 0xEDE65D) is known color: Corn. HEX triplet: ED, E6 and 5D. RGB value is (237,230,93). Sum of RGB (Red+Green+Blue) = 237+230+93=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE65D is #1219A2. Grayscale: #D9D9D9. Windows color (decimal): -1186211 or 6153965. OLE color: 6153965.
HSL color Cylindrical-coordinate representation of color #EDE65D: hue angle of 57.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDE65D is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 93 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.07 |
| HSL | 57.08º | 0.8% | 0.65% | - |
| HSV(B) | 57.08º | 0.61% | 0.93% | - |
| XYZ | 65.2 | 75.39 | 21.47 | - |
| YUV | 216.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 93 | 0 | 0.03 | 0.61 | 0.07 | 57.08 | 0.8 | 0.65 |
| Hex | ED | E6 | 5D | 0 | 3 | 3D | 7 | 39 | 50 | 41 |
| Octal | 355 | 346 | 135 | 0 | 3 | 75 | 7 | 71 | 120 | 101 |
| Binary | 11101101 | 11100110 | 1011101 | 0 | 11 | 111101 | 111 | 111001 | 1010000 | 1000001 |
Color Harmonies of #EDE65D
Complementary color
Monochromatic Colors of #EDE65D
Black with #EDE65D
Text Example
Text Example
White with #EDE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE65D; }
p { color: rgb(237,230,93); }
H1.HeaderClassName
{
color: #EDE65D;
}
.AnyTagClassName
{
color: #EDE65D;
}
</style>
background-color css
<style>
a { background-color: #EDE65D; }
a { background-color: rgb(237,230,93); }
div.DivClassName
{
background-color: #EDE65D;
}
.BgClassName
{
background-color: #EDE65D;
}
</style>
border-color css
<style>
span { border-color: #EDE65D; }
span { border-color: rgb(237,230,93); }
td.TdClassName
{
border-color: #EDE65D;
}
.TagClassName
{
border-color: #EDE65D;
}
</style>