Shades of Corn #EFE95D
Tints of Corn #EFE95D
RGB
CMYK
RGB Variations
Color information
#EFE95D (or 0xEFE95D) is known color: Corn. HEX triplet: EF, E9 and 5D. RGB value is (239,233,93). Sum of RGB (Red+Green+Blue) = 239+233+93=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE95D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE95D is #1016A2. Grayscale: #DBDBDB. Windows color (decimal): -1054371 or 6154735. OLE color: 6154735.
HSL color Cylindrical-coordinate representation of color #EFE95D: hue angle of 57.53º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFE95D is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 93 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.06 |
| HSL | 57.53º | 0.82% | 0.65% | - |
| HSV(B) | 57.53º | 0.61% | 0.94% | - |
| XYZ | 66.71 | 77.42 | 21.78 | - |
| YUV | 218.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 93 | 0 | 0.03 | 0.61 | 0.06 | 57.53 | 0.82 | 0.65 |
| Hex | EF | E9 | 5D | 0 | 3 | 3D | 6 | 3A | 52 | 41 |
| Octal | 357 | 351 | 135 | 0 | 3 | 75 | 6 | 72 | 122 | 101 |
| Binary | 11101111 | 11101001 | 1011101 | 0 | 11 | 111101 | 110 | 111010 | 1010010 | 1000001 |
Color Harmonies of #EFE95D
Complementary color
Monochromatic Colors of #EFE95D
Black with #EFE95D
Text Example
Text Example
White with #EFE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE95D; }
p { color: rgb(239,233,93); }
H1.HeaderClassName
{
color: #EFE95D;
}
.AnyTagClassName
{
color: #EFE95D;
}
</style>
background-color css
<style>
a { background-color: #EFE95D; }
a { background-color: rgb(239,233,93); }
div.DivClassName
{
background-color: #EFE95D;
}
.BgClassName
{
background-color: #EFE95D;
}
</style>
border-color css
<style>
span { border-color: #EFE95D; }
span { border-color: rgb(239,233,93); }
td.TdClassName
{
border-color: #EFE95D;
}
.TagClassName
{
border-color: #EFE95D;
}
</style>