Shades of Corn #EFE45B
Tints of Corn #EFE45B
RGB
CMYK
RGB Variations
Color information
#EFE45B (or 0xEFE45B) is known color: Corn. HEX triplet: EF, E4 and 5B. RGB value is (239,228,91). Sum of RGB (Red+Green+Blue) = 239+228+91=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 91 (35.94% from 255 or 16.31% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE45B is #101BA4. Grayscale: #D8D8D8. Windows color (decimal): -1055653 or 6022383. OLE color: 6022383.
HSL color Cylindrical-coordinate representation of color #EFE45B: hue angle of 55.54º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFE45B is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 91 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.06 |
| HSL | 55.54º | 0.82% | 0.65% | - |
| HSV(B) | 55.54º | 0.62% | 0.94% | - |
| XYZ | 65.23 | 74.59 | 20.86 | - |
| YUV | 215.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 91 | 0 | 0.05 | 0.62 | 0.06 | 55.54 | 0.82 | 0.65 |
| Hex | EF | E4 | 5B | 0 | 5 | 3E | 6 | 38 | 52 | 41 |
| Octal | 357 | 344 | 133 | 0 | 5 | 76 | 6 | 70 | 122 | 101 |
| Binary | 11101111 | 11100100 | 1011011 | 0 | 101 | 111110 | 110 | 111000 | 1010010 | 1000001 |
Color Harmonies of #EFE45B
Complementary color
Monochromatic Colors of #EFE45B
Black with #EFE45B
Text Example
Text Example
White with #EFE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE45B; }
p { color: rgb(239,228,91); }
H1.HeaderClassName
{
color: #EFE45B;
}
.AnyTagClassName
{
color: #EFE45B;
}
</style>
background-color css
<style>
a { background-color: #EFE45B; }
a { background-color: rgb(239,228,91); }
div.DivClassName
{
background-color: #EFE45B;
}
.BgClassName
{
background-color: #EFE45B;
}
</style>
border-color css
<style>
span { border-color: #EFE45B; }
span { border-color: rgb(239,228,91); }
td.TdClassName
{
border-color: #EFE45B;
}
.TagClassName
{
border-color: #EFE45B;
}
</style>