Shades of Corn #EFE265
Tints of Corn #EFE265
RGB
CMYK
RGB Variations
Color information
#EFE265 (or 0xEFE265) is known color: Corn. HEX triplet: EF, E2 and 65. RGB value is (239,226,101). Sum of RGB (Red+Green+Blue) = 239+226+101=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE265 is #101D9A. Grayscale: #D8D8D8. Windows color (decimal): -1056155 or 6677231. OLE color: 6677231.
HSL color Cylindrical-coordinate representation of color #EFE265: hue angle of 54.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFE265 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 101 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.06 |
| HSL | 54.35º | 0.81% | 0.67% | - |
| HSV(B) | 54.35º | 0.58% | 0.94% | - |
| XYZ | 65.14 | 73.68 | 23.1 | - |
| YUV | 215.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 101 | 0 | 0.05 | 0.58 | 0.06 | 54.35 | 0.81 | 0.67 |
| Hex | EF | E2 | 65 | 0 | 5 | 3A | 6 | 36 | 51 | 43 |
| Octal | 357 | 342 | 145 | 0 | 5 | 72 | 6 | 66 | 121 | 103 |
| Binary | 11101111 | 11100010 | 1100101 | 0 | 101 | 111010 | 110 | 110110 | 1010001 | 1000011 |
Color Harmonies of #EFE265
Complementary color
Monochromatic Colors of #EFE265
Black with #EFE265
Text Example
Text Example
White with #EFE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE265; }
p { color: rgb(239,226,101); }
H1.HeaderClassName
{
color: #EFE265;
}
.AnyTagClassName
{
color: #EFE265;
}
</style>
background-color css
<style>
a { background-color: #EFE265; }
a { background-color: rgb(239,226,101); }
div.DivClassName
{
background-color: #EFE265;
}
.BgClassName
{
background-color: #EFE265;
}
</style>
border-color css
<style>
span { border-color: #EFE265; }
span { border-color: rgb(239,226,101); }
td.TdClassName
{
border-color: #EFE265;
}
.TagClassName
{
border-color: #EFE265;
}
</style>