Shades of Sweet Corn #FFE785
Tints of Sweet Corn #FFE785
RGB
CMYK
RGB Variations
Color information
#FFE785 (or 0xFFE785) is known color: Sweet Corn. HEX triplet: FF, E7 and 85. RGB value is (255,231,133). Sum of RGB (Red+Green+Blue) = 255+231+133=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 133 (52.34% from 255 or 21.49% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE785 is #00187A. Grayscale: #E3E3E3. Windows color (decimal): -6267 or 8775679. OLE color: 8775679.
HSL color Cylindrical-coordinate representation of color #FFE785: hue angle of 48.2º 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 #FFE785 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 133 | - |
| CMYK | 0 | 0.09 | 0.48 | 0 |
| HSL | 48.2º | 1% | 0.76% | - |
| HSV(B) | 48.2º | 0.48% | 1% | - |
| XYZ | 74.05 | 80.11 | 33.75 | - |
| YUV | 227 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 133 | 0 | 0.09 | 0.48 | 0 | 48.2 | 1 | 0.76 |
| Hex | FF | E7 | 85 | 0 | 9 | 30 | 0 | 30 | 64 | 4C |
| Octal | 377 | 347 | 205 | 0 | 11 | 60 | 0 | 60 | 144 | 114 |
| Binary | 11111111 | 11100111 | 10000101 | 0 | 1001 | 110000 | 0 | 110000 | 1100100 | 1001100 |
Color Harmonies of #FFE785
Complementary color
Monochromatic Colors of #FFE785
Black with #FFE785
Text Example
Text Example
White with #FFE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE785; }
p { color: rgb(255,231,133); }
H1.HeaderClassName
{
color: #FFE785;
}
.AnyTagClassName
{
color: #FFE785;
}
</style>
background-color css
<style>
a { background-color: #FFE785; }
a { background-color: rgb(255,231,133); }
div.DivClassName
{
background-color: #FFE785;
}
.BgClassName
{
background-color: #FFE785;
}
</style>
border-color css
<style>
span { border-color: #FFE785; }
span { border-color: rgb(255,231,133); }
td.TdClassName
{
border-color: #FFE785;
}
.TagClassName
{
border-color: #FFE785;
}
</style>