Shades of Corn #EFE45D
Tints of Corn #EFE45D
RGB
CMYK
RGB Variations
Color information
#EFE45D (or 0xEFE45D) is known color: Corn. HEX triplet: EF, E4 and 5D. RGB value is (239,228,93). Sum of RGB (Red+Green+Blue) = 239+228+93=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE45D is #101BA2. Grayscale: #D8D8D8. Windows color (decimal): -1055651 or 6153455. OLE color: 6153455.
HSL color Cylindrical-coordinate representation of color #EFE45D: hue angle of 55.48º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFE45D is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 93 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.06 |
| HSL | 55.48º | 0.82% | 0.65% | - |
| HSV(B) | 55.48º | 0.61% | 0.94% | - |
| XYZ | 65.32 | 74.63 | 21.32 | - |
| YUV | 215.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 93 | 0 | 0.05 | 0.61 | 0.06 | 55.48 | 0.82 | 0.65 |
| Hex | EF | E4 | 5D | 0 | 5 | 3D | 6 | 37 | 52 | 41 |
| Octal | 357 | 344 | 135 | 0 | 5 | 75 | 6 | 67 | 122 | 101 |
| Binary | 11101111 | 11100100 | 1011101 | 0 | 101 | 111101 | 110 | 110111 | 1010010 | 1000001 |
Color Harmonies of #EFE45D
Complementary color
Monochromatic Colors of #EFE45D
Black with #EFE45D
Text Example
Text Example
White with #EFE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE45D; }
p { color: rgb(239,228,93); }
H1.HeaderClassName
{
color: #EFE45D;
}
.AnyTagClassName
{
color: #EFE45D;
}
</style>
background-color css
<style>
a { background-color: #EFE45D; }
a { background-color: rgb(239,228,93); }
div.DivClassName
{
background-color: #EFE45D;
}
.BgClassName
{
background-color: #EFE45D;
}
</style>
border-color css
<style>
span { border-color: #EFE45D; }
span { border-color: rgb(239,228,93); }
td.TdClassName
{
border-color: #EFE45D;
}
.TagClassName
{
border-color: #EFE45D;
}
</style>