Shades of Corn #EFEE57
Tints of Corn #EFEE57
RGB
CMYK
RGB Variations
Color information
#EFEE57 (or 0xEFEE57) is known color: Corn. HEX triplet: EF, EE and 57. RGB value is (239,238,87). Sum of RGB (Red+Green+Blue) = 239+238+87=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 87 (34.38% from 255 or 15.43% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE57 is #1011A8. Grayscale: #DDDDDD. Windows color (decimal): -1053097 or 5762799. OLE color: 5762799.
HSL color Cylindrical-coordinate representation of color #EFEE57: hue angle of 59.61º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFEE57 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 87 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.06 |
| HSL | 59.61º | 0.83% | 0.64% | - |
| HSV(B) | 59.61º | 0.64% | 0.94% | - |
| XYZ | 67.89 | 80.19 | 20.92 | - |
| YUV | 221.09 | 52.33 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 87 | 0 | 0.00 | 0.64 | 0.06 | 59.61 | 0.83 | 0.64 |
| Hex | EF | EE | 57 | 0 | 0 | 40 | 6 | 3C | 53 | 40 |
| Octal | 357 | 356 | 127 | 0 | 0 | 100 | 6 | 74 | 123 | 100 |
| Binary | 11101111 | 11101110 | 1010111 | 0 | 0 | 1000000 | 110 | 111100 | 1010011 | 1000000 |
Color Harmonies of #EFEE57
Complementary color
Monochromatic Colors of #EFEE57
Black with #EFEE57
Text Example
Text Example
White with #EFEE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE57; }
p { color: rgb(239,238,87); }
H1.HeaderClassName
{
color: #EFEE57;
}
.AnyTagClassName
{
color: #EFEE57;
}
</style>
background-color css
<style>
a { background-color: #EFEE57; }
a { background-color: rgb(239,238,87); }
div.DivClassName
{
background-color: #EFEE57;
}
.BgClassName
{
background-color: #EFEE57;
}
</style>
border-color css
<style>
span { border-color: #EFEE57; }
span { border-color: rgb(239,238,87); }
td.TdClassName
{
border-color: #EFEE57;
}
.TagClassName
{
border-color: #EFEE57;
}
</style>