Shades of Corn #EFE461
Tints of Corn #EFE461
RGB
CMYK
RGB Variations
Color information
#EFE461 (or 0xEFE461) is known color: Corn. HEX triplet: EF, E4 and 61. RGB value is (239,228,97). Sum of RGB (Red+Green+Blue) = 239+228+97=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 97 (38.28% from 255 or 17.20% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE461 is #101B9E. Grayscale: #D8D8D8. Windows color (decimal): -1055647 or 6415599. OLE color: 6415599.
HSL color Cylindrical-coordinate representation of color #EFE461: hue angle of 55.35º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFE461 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 97 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.06 |
| HSL | 55.35º | 0.82% | 0.66% | - |
| HSV(B) | 55.35º | 0.59% | 0.94% | - |
| XYZ | 65.5 | 74.7 | 22.28 | - |
| YUV | 216.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 97 | 0 | 0.05 | 0.59 | 0.06 | 55.35 | 0.82 | 0.66 |
| Hex | EF | E4 | 61 | 0 | 5 | 3B | 6 | 37 | 52 | 42 |
| Octal | 357 | 344 | 141 | 0 | 5 | 73 | 6 | 67 | 122 | 102 |
| Binary | 11101111 | 11100100 | 1100001 | 0 | 101 | 111011 | 110 | 110111 | 1010010 | 1000010 |
Color Harmonies of #EFE461
Complementary color
Monochromatic Colors of #EFE461
Black with #EFE461
Text Example
Text Example
White with #EFE461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE461; }
p { color: rgb(239,228,97); }
H1.HeaderClassName
{
color: #EFE461;
}
.AnyTagClassName
{
color: #EFE461;
}
</style>
background-color css
<style>
a { background-color: #EFE461; }
a { background-color: rgb(239,228,97); }
div.DivClassName
{
background-color: #EFE461;
}
.BgClassName
{
background-color: #EFE461;
}
</style>
border-color css
<style>
span { border-color: #EFE461; }
span { border-color: rgb(239,228,97); }
td.TdClassName
{
border-color: #EFE461;
}
.TagClassName
{
border-color: #EFE461;
}
</style>