Shades of Corn #EFE85E
Tints of Corn #EFE85E
RGB
CMYK
RGB Variations
Color information
#EFE85E (or 0xEFE85E) is known color: Corn. HEX triplet: EF, E8 and 5E. RGB value is (239,232,94). Sum of RGB (Red+Green+Blue) = 239+232+94=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE85E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE85E is #1017A1. Grayscale: #DADADA. Windows color (decimal): -1054626 or 6220015. OLE color: 6220015.
HSL color Cylindrical-coordinate representation of color #EFE85E: hue angle of 57.1º 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 #EFE85E is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 94 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.06 |
| HSL | 57.1º | 0.82% | 0.65% | - |
| HSV(B) | 57.1º | 0.61% | 0.94% | - |
| XYZ | 66.47 | 76.87 | 21.92 | - |
| YUV | 218.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 94 | 0 | 0.03 | 0.61 | 0.06 | 57.1 | 0.82 | 0.65 |
| Hex | EF | E8 | 5E | 0 | 3 | 3D | 6 | 39 | 52 | 41 |
| Octal | 357 | 350 | 136 | 0 | 3 | 75 | 6 | 71 | 122 | 101 |
| Binary | 11101111 | 11101000 | 1011110 | 0 | 11 | 111101 | 110 | 111001 | 1010010 | 1000001 |
Color Harmonies of #EFE85E
Complementary color
Monochromatic Colors of #EFE85E
Black with #EFE85E
Text Example
Text Example
White with #EFE85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE85E; }
p { color: rgb(239,232,94); }
H1.HeaderClassName
{
color: #EFE85E;
}
.AnyTagClassName
{
color: #EFE85E;
}
</style>
background-color css
<style>
a { background-color: #EFE85E; }
a { background-color: rgb(239,232,94); }
div.DivClassName
{
background-color: #EFE85E;
}
.BgClassName
{
background-color: #EFE85E;
}
</style>
border-color css
<style>
span { border-color: #EFE85E; }
span { border-color: rgb(239,232,94); }
td.TdClassName
{
border-color: #EFE85E;
}
.TagClassName
{
border-color: #EFE85E;
}
</style>