Shades of Sweet Corn #FFE76B
Tints of Sweet Corn #FFE76B
RGB
CMYK
RGB Variations
Color information
#FFE76B (or 0xFFE76B) is known color: Sweet Corn. HEX triplet: FF, E7 and 6B. RGB value is (255,231,107). Sum of RGB (Red+Green+Blue) = 255+231+107=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 107 (42.19% from 255 or 18.04% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE76B is #001894. Grayscale: #E0E0E0. Windows color (decimal): -6293 or 7071743. OLE color: 7071743.
HSL color Cylindrical-coordinate representation of color #FFE76B: hue angle of 50.27º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFE76B is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 107 | - |
| CMYK | 0 | 0.09 | 0.58 | 0 |
| HSL | 50.27º | 1% | 0.71% | - |
| HSV(B) | 50.27º | 0.58% | 1% | - |
| XYZ | 72.47 | 79.47 | 25.43 | - |
| YUV | 224.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 107 | 0 | 0.09 | 0.58 | 0 | 50.27 | 1 | 0.71 |
| Hex | FF | E7 | 6B | 0 | 9 | 3A | 0 | 32 | 64 | 47 |
| Octal | 377 | 347 | 153 | 0 | 11 | 72 | 0 | 62 | 144 | 107 |
| Binary | 11111111 | 11100111 | 1101011 | 0 | 1001 | 111010 | 0 | 110010 | 1100100 | 1000111 |
Color Harmonies of #FFE76B
Complementary color
Monochromatic Colors of #FFE76B
Black with #FFE76B
Text Example
Text Example
White with #FFE76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE76B; }
p { color: rgb(255,231,107); }
H1.HeaderClassName
{
color: #FFE76B;
}
.AnyTagClassName
{
color: #FFE76B;
}
</style>
background-color css
<style>
a { background-color: #FFE76B; }
a { background-color: rgb(255,231,107); }
div.DivClassName
{
background-color: #FFE76B;
}
.BgClassName
{
background-color: #FFE76B;
}
</style>
border-color css
<style>
span { border-color: #FFE76B; }
span { border-color: rgb(255,231,107); }
td.TdClassName
{
border-color: #FFE76B;
}
.TagClassName
{
border-color: #FFE76B;
}
</style>