Shades of Corn #EFE45F
Tints of Corn #EFE45F
RGB
CMYK
RGB Variations
Color information
#EFE45F (or 0xEFE45F) is known color: Corn. HEX triplet: EF, E4 and 5F. RGB value is (239,228,95). Sum of RGB (Red+Green+Blue) = 239+228+95=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE45F is #101BA0. Grayscale: #D8D8D8. Windows color (decimal): -1055649 or 6284527. OLE color: 6284527.
HSL color Cylindrical-coordinate representation of color #EFE45F: hue angle of 55.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFE45F is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 95 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.06 |
| HSL | 55.42º | 0.82% | 0.65% | - |
| HSV(B) | 55.42º | 0.6% | 0.94% | - |
| XYZ | 65.41 | 74.66 | 21.79 | - |
| YUV | 216.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 95 | 0 | 0.05 | 0.60 | 0.06 | 55.42 | 0.82 | 0.65 |
| Hex | EF | E4 | 5F | 0 | 5 | 3C | 6 | 37 | 52 | 41 |
| Octal | 357 | 344 | 137 | 0 | 5 | 74 | 6 | 67 | 122 | 101 |
| Binary | 11101111 | 11100100 | 1011111 | 0 | 101 | 111100 | 110 | 110111 | 1010010 | 1000001 |
Color Harmonies of #EFE45F
Complementary color
Monochromatic Colors of #EFE45F
Black with #EFE45F
Text Example
Text Example
White with #EFE45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE45F; }
p { color: rgb(239,228,95); }
H1.HeaderClassName
{
color: #EFE45F;
}
.AnyTagClassName
{
color: #EFE45F;
}
</style>
background-color css
<style>
a { background-color: #EFE45F; }
a { background-color: rgb(239,228,95); }
div.DivClassName
{
background-color: #EFE45F;
}
.BgClassName
{
background-color: #EFE45F;
}
</style>
border-color css
<style>
span { border-color: #EFE45F; }
span { border-color: rgb(239,228,95); }
td.TdClassName
{
border-color: #EFE45F;
}
.TagClassName
{
border-color: #EFE45F;
}
</style>