Shades of Corn #EFE95A
Tints of Corn #EFE95A
RGB
CMYK
RGB Variations
Color information
#EFE95A (or 0xEFE95A) is known color: Corn. HEX triplet: EF, E9 and 5A. RGB value is (239,233,90). Sum of RGB (Red+Green+Blue) = 239+233+90=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 90 (35.55% from 255 or 16.01% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE95A is #1016A5. Grayscale: #DBDBDB. Windows color (decimal): -1054374 or 5958127. OLE color: 5958127.
HSL color Cylindrical-coordinate representation of color #EFE95A: hue angle of 57.58º 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 #EFE95A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 90 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.06 |
| HSL | 57.58º | 0.82% | 0.65% | - |
| HSV(B) | 57.58º | 0.62% | 0.94% | - |
| XYZ | 66.58 | 77.37 | 21.1 | - |
| YUV | 218.49 | 55.49 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 90 | 0 | 0.03 | 0.62 | 0.06 | 57.58 | 0.82 | 0.65 |
| Hex | EF | E9 | 5A | 0 | 3 | 3E | 6 | 3A | 52 | 41 |
| Octal | 357 | 351 | 132 | 0 | 3 | 76 | 6 | 72 | 122 | 101 |
| Binary | 11101111 | 11101001 | 1011010 | 0 | 11 | 111110 | 110 | 111010 | 1010010 | 1000001 |
Color Harmonies of #EFE95A
Complementary color
Monochromatic Colors of #EFE95A
Black with #EFE95A
Text Example
Text Example
White with #EFE95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE95A; }
p { color: rgb(239,233,90); }
H1.HeaderClassName
{
color: #EFE95A;
}
.AnyTagClassName
{
color: #EFE95A;
}
</style>
background-color css
<style>
a { background-color: #EFE95A; }
a { background-color: rgb(239,233,90); }
div.DivClassName
{
background-color: #EFE95A;
}
.BgClassName
{
background-color: #EFE95A;
}
</style>
border-color css
<style>
span { border-color: #EFE95A; }
span { border-color: rgb(239,233,90); }
td.TdClassName
{
border-color: #EFE95A;
}
.TagClassName
{
border-color: #EFE95A;
}
</style>