Shades of Corn #EFE066
Tints of Corn #EFE066
RGB
CMYK
RGB Variations
Color information
#EFE066 (or 0xEFE066) is known color: Corn. HEX triplet: EF, E0 and 66. RGB value is (239,224,102). Sum of RGB (Red+Green+Blue) = 239+224+102=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE066 is #101F99. Grayscale: #D7D7D7. Windows color (decimal): -1056666 or 6742255. OLE color: 6742255.
HSL color Cylindrical-coordinate representation of color #EFE066: hue angle of 53.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFE066 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 102 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.06 |
| HSL | 53.43º | 0.81% | 0.67% | - |
| HSV(B) | 53.43º | 0.57% | 0.94% | - |
| XYZ | 64.65 | 72.62 | 23.18 | - |
| YUV | 214.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 102 | 0 | 0.06 | 0.57 | 0.06 | 53.43 | 0.81 | 0.67 |
| Hex | EF | E0 | 66 | 0 | 6 | 39 | 6 | 35 | 51 | 43 |
| Octal | 357 | 340 | 146 | 0 | 6 | 71 | 6 | 65 | 121 | 103 |
| Binary | 11101111 | 11100000 | 1100110 | 0 | 110 | 111001 | 110 | 110101 | 1010001 | 1000011 |
Color Harmonies of #EFE066
Complementary color
Monochromatic Colors of #EFE066
Black with #EFE066
Text Example
Text Example
White with #EFE066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE066; }
p { color: rgb(239,224,102); }
H1.HeaderClassName
{
color: #EFE066;
}
.AnyTagClassName
{
color: #EFE066;
}
</style>
background-color css
<style>
a { background-color: #EFE066; }
a { background-color: rgb(239,224,102); }
div.DivClassName
{
background-color: #EFE066;
}
.BgClassName
{
background-color: #EFE066;
}
</style>
border-color css
<style>
span { border-color: #EFE066; }
span { border-color: rgb(239,224,102); }
td.TdClassName
{
border-color: #EFE066;
}
.TagClassName
{
border-color: #EFE066;
}
</style>