Shades of Corn #EDE75B
Tints of Corn #EDE75B
RGB
CMYK
RGB Variations
Color information
#EDE75B (or 0xEDE75B) is known color: Corn. HEX triplet: ED, E7 and 5B. RGB value is (237,231,91). Sum of RGB (Red+Green+Blue) = 237+231+91=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 91 (35.94% from 255 or 16.28% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE75B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE75B is #1218A4. Grayscale: #D9D9D9. Windows color (decimal): -1185957 or 6023149. OLE color: 6023149.
HSL color Cylindrical-coordinate representation of color #EDE75B: hue angle of 57.53º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDE75B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 91 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.07 |
| HSL | 57.53º | 0.8% | 0.64% | - |
| HSV(B) | 57.53º | 0.62% | 0.93% | - |
| XYZ | 65.39 | 75.91 | 21.1 | - |
| YUV | 216.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 91 | 0 | 0.03 | 0.62 | 0.07 | 57.53 | 0.8 | 0.64 |
| Hex | ED | E7 | 5B | 0 | 3 | 3E | 7 | 3A | 50 | 40 |
| Octal | 355 | 347 | 133 | 0 | 3 | 76 | 7 | 72 | 120 | 100 |
| Binary | 11101101 | 11100111 | 1011011 | 0 | 11 | 111110 | 111 | 111010 | 1010000 | 1000000 |
Color Harmonies of #EDE75B
Complementary color
Monochromatic Colors of #EDE75B
Black with #EDE75B
Text Example
Text Example
White with #EDE75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE75B; }
p { color: rgb(237,231,91); }
H1.HeaderClassName
{
color: #EDE75B;
}
.AnyTagClassName
{
color: #EDE75B;
}
</style>
background-color css
<style>
a { background-color: #EDE75B; }
a { background-color: rgb(237,231,91); }
div.DivClassName
{
background-color: #EDE75B;
}
.BgClassName
{
background-color: #EDE75B;
}
</style>
border-color css
<style>
span { border-color: #EDE75B; }
span { border-color: rgb(237,231,91); }
td.TdClassName
{
border-color: #EDE75B;
}
.TagClassName
{
border-color: #EDE75B;
}
</style>