Shades of Corn #EFEE5D
Tints of Corn #EFEE5D
RGB
CMYK
RGB Variations
Color information
#EFEE5D (or 0xEFEE5D) is known color: Corn. HEX triplet: EF, EE and 5D. RGB value is (239,238,93). Sum of RGB (Red+Green+Blue) = 239+238+93=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 93 (36.72% from 255 or 16.32% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE5D is #1011A2. Grayscale: #DEDEDE. Windows color (decimal): -1053091 or 6156015. OLE color: 6156015.
HSL color Cylindrical-coordinate representation of color #EFEE5D: 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.61%. Process color model (Four color, CMYK) of #EFEE5D is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 93 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.06 |
| HSL | 59.59º | 0.82% | 0.65% | - |
| HSV(B) | 59.59º | 0.61% | 0.94% | - |
| XYZ | 68.15 | 80.29 | 22.26 | - |
| YUV | 221.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 93 | 0 | 0.00 | 0.61 | 0.06 | 59.59 | 0.82 | 0.65 |
| Hex | EF | EE | 5D | 0 | 0 | 3D | 6 | 3C | 52 | 41 |
| Octal | 357 | 356 | 135 | 0 | 0 | 75 | 6 | 74 | 122 | 101 |
| Binary | 11101111 | 11101110 | 1011101 | 0 | 0 | 111101 | 110 | 111100 | 1010010 | 1000001 |
Color Harmonies of #EFEE5D
Complementary color
Monochromatic Colors of #EFEE5D
Black with #EFEE5D
Text Example
Text Example
White with #EFEE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE5D; }
p { color: rgb(239,238,93); }
H1.HeaderClassName
{
color: #EFEE5D;
}
.AnyTagClassName
{
color: #EFEE5D;
}
</style>
background-color css
<style>
a { background-color: #EFEE5D; }
a { background-color: rgb(239,238,93); }
div.DivClassName
{
background-color: #EFEE5D;
}
.BgClassName
{
background-color: #EFEE5D;
}
</style>
border-color css
<style>
span { border-color: #EFEE5D; }
span { border-color: rgb(239,238,93); }
td.TdClassName
{
border-color: #EFEE5D;
}
.TagClassName
{
border-color: #EFEE5D;
}
</style>