Shades of Corn #EDE95C
Tints of Corn #EDE95C
RGB
CMYK
RGB Variations
Color information
#EDE95C (or 0xEDE95C) is known color: Corn. HEX triplet: ED, E9 and 5C. RGB value is (237,233,92). Sum of RGB (Red+Green+Blue) = 237+233+92=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE95C is #1216A3. Grayscale: #DADADA. Windows color (decimal): -1185444 or 6089197. OLE color: 6089197.
HSL color Cylindrical-coordinate representation of color #EDE95C: hue angle of 58.34º 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 #EDE95C is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 92 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.07 |
| HSL | 58.34º | 0.8% | 0.65% | - |
| HSV(B) | 58.34º | 0.61% | 0.93% | - |
| XYZ | 66 | 77.06 | 21.52 | - |
| YUV | 218.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 92 | 0 | 0.02 | 0.61 | 0.07 | 58.34 | 0.8 | 0.65 |
| Hex | ED | E9 | 5C | 0 | 2 | 3D | 7 | 3A | 50 | 41 |
| Octal | 355 | 351 | 134 | 0 | 2 | 75 | 7 | 72 | 120 | 101 |
| Binary | 11101101 | 11101001 | 1011100 | 0 | 10 | 111101 | 111 | 111010 | 1010000 | 1000001 |
Color Harmonies of #EDE95C
Complementary color
Monochromatic Colors of #EDE95C
Black with #EDE95C
Text Example
Text Example
White with #EDE95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE95C; }
p { color: rgb(237,233,92); }
H1.HeaderClassName
{
color: #EDE95C;
}
.AnyTagClassName
{
color: #EDE95C;
}
</style>
background-color css
<style>
a { background-color: #EDE95C; }
a { background-color: rgb(237,233,92); }
div.DivClassName
{
background-color: #EDE95C;
}
.BgClassName
{
background-color: #EDE95C;
}
</style>
border-color css
<style>
span { border-color: #EDE95C; }
span { border-color: rgb(237,233,92); }
td.TdClassName
{
border-color: #EDE95C;
}
.TagClassName
{
border-color: #EDE95C;
}
</style>