Shades of Sweet Corn #FFE985
Tints of Sweet Corn #FFE985
RGB
CMYK
RGB Variations
Color information
#FFE985 (or 0xFFE985) is known color: Sweet Corn. HEX triplet: FF, E9 and 85. RGB value is (255,233,133). Sum of RGB (Red+Green+Blue) = 255+233+133=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE985 is #00167A. Grayscale: #E4E4E4. Windows color (decimal): -5755 or 8776191. OLE color: 8776191.
HSL color Cylindrical-coordinate representation of color #FFE985: hue angle of 49.18º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFE985 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 133 | - |
| CMYK | 0 | 0.09 | 0.48 | 0 |
| HSL | 49.18º | 1% | 0.76% | - |
| HSV(B) | 49.18º | 0.48% | 1% | - |
| XYZ | 74.61 | 81.23 | 33.94 | - |
| YUV | 228.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 133 | 0 | 0.09 | 0.48 | 0 | 49.18 | 1 | 0.76 |
| Hex | FF | E9 | 85 | 0 | 9 | 30 | 0 | 31 | 64 | 4C |
| Octal | 377 | 351 | 205 | 0 | 11 | 60 | 0 | 61 | 144 | 114 |
| Binary | 11111111 | 11101001 | 10000101 | 0 | 1001 | 110000 | 0 | 110001 | 1100100 | 1001100 |
Color Harmonies of #FFE985
Complementary color
Monochromatic Colors of #FFE985
Black with #FFE985
Text Example
Text Example
White with #FFE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE985; }
p { color: rgb(255,233,133); }
H1.HeaderClassName
{
color: #FFE985;
}
.AnyTagClassName
{
color: #FFE985;
}
</style>
background-color css
<style>
a { background-color: #FFE985; }
a { background-color: rgb(255,233,133); }
div.DivClassName
{
background-color: #FFE985;
}
.BgClassName
{
background-color: #FFE985;
}
</style>
border-color css
<style>
span { border-color: #FFE985; }
span { border-color: rgb(255,233,133); }
td.TdClassName
{
border-color: #FFE985;
}
.TagClassName
{
border-color: #FFE985;
}
</style>