Shades of Sweet Corn #FFE17B
Tints of Sweet Corn #FFE17B
RGB
CMYK
RGB Variations
Color information
#FFE17B (or 0xFFE17B) is known color: Sweet Corn. HEX triplet: FF, E1 and 7B. RGB value is (255,225,123). Sum of RGB (Red+Green+Blue) = 255+225+123=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 123 (48.44% from 255 or 20.40% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE17B is #001E84. Grayscale: #DEDEDE. Windows color (decimal): -7813 or 8118783. OLE color: 8118783.
HSL color Cylindrical-coordinate representation of color #FFE17B: hue angle of 46.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFE17B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 123 | - |
| CMYK | 0 | 0.12 | 0.52 | 0 |
| HSL | 46.36º | 1% | 0.74% | - |
| HSV(B) | 46.36º | 0.52% | 1% | - |
| XYZ | 71.74 | 76.54 | 29.73 | - |
| YUV | 222.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 123 | 0 | 0.12 | 0.52 | 0 | 46.36 | 1 | 0.74 |
| Hex | FF | E1 | 7B | 0 | C | 34 | 0 | 2E | 64 | 4A |
| Octal | 377 | 341 | 173 | 0 | 14 | 64 | 0 | 56 | 144 | 112 |
| Binary | 11111111 | 11100001 | 1111011 | 0 | 1100 | 110100 | 0 | 101110 | 1100100 | 1001010 |
Color Harmonies of #FFE17B
Complementary color
Monochromatic Colors of #FFE17B
Black with #FFE17B
Text Example
Text Example
White with #FFE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE17B; }
p { color: rgb(255,225,123); }
H1.HeaderClassName
{
color: #FFE17B;
}
.AnyTagClassName
{
color: #FFE17B;
}
</style>
background-color css
<style>
a { background-color: #FFE17B; }
a { background-color: rgb(255,225,123); }
div.DivClassName
{
background-color: #FFE17B;
}
.BgClassName
{
background-color: #FFE17B;
}
</style>
border-color css
<style>
span { border-color: #FFE17B; }
span { border-color: rgb(255,225,123); }
td.TdClassName
{
border-color: #FFE17B;
}
.TagClassName
{
border-color: #FFE17B;
}
</style>