Shades of Corn #EFEE5C
Tints of Corn #EFEE5C
RGB
CMYK
RGB Variations
Color information
#EFEE5C (or 0xEFEE5C) is known color: Corn. HEX triplet: EF, EE and 5C. RGB value is (239,238,92). Sum of RGB (Red+Green+Blue) = 239+238+92=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 92 (36.33% from 255 or 16.17% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE5C is #1011A3. Grayscale: #DEDEDE. Windows color (decimal): -1053092 or 6090479. OLE color: 6090479.
HSL color Cylindrical-coordinate representation of color #EFEE5C: hue angle of 59.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFEE5C is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 92 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.06 |
| HSL | 59.59º | 0.82% | 0.65% | - |
| HSV(B) | 59.59º | 0.62% | 0.94% | - |
| XYZ | 68.1 | 80.27 | 22.03 | - |
| YUV | 221.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 92 | 0 | 0.00 | 0.62 | 0.06 | 59.59 | 0.82 | 0.65 |
| Hex | EF | EE | 5C | 0 | 0 | 3E | 6 | 3C | 52 | 41 |
| Octal | 357 | 356 | 134 | 0 | 0 | 76 | 6 | 74 | 122 | 101 |
| Binary | 11101111 | 11101110 | 1011100 | 0 | 0 | 111110 | 110 | 111100 | 1010010 | 1000001 |
Color Harmonies of #EFEE5C
Complementary color
Monochromatic Colors of #EFEE5C
Black with #EFEE5C
Text Example
Text Example
White with #EFEE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE5C; }
p { color: rgb(239,238,92); }
H1.HeaderClassName
{
color: #EFEE5C;
}
.AnyTagClassName
{
color: #EFEE5C;
}
</style>
background-color css
<style>
a { background-color: #EFEE5C; }
a { background-color: rgb(239,238,92); }
div.DivClassName
{
background-color: #EFEE5C;
}
.BgClassName
{
background-color: #EFEE5C;
}
</style>
border-color css
<style>
span { border-color: #EFEE5C; }
span { border-color: rgb(239,238,92); }
td.TdClassName
{
border-color: #EFEE5C;
}
.TagClassName
{
border-color: #EFEE5C;
}
</style>