Shades of Corn #FFE661
Tints of Corn #FFE661
RGB
CMYK
RGB Variations
Color information
#FFE661 (or 0xFFE661) is known color: Corn. HEX triplet: FF, E6 and 61. RGB value is (255,230,97). Sum of RGB (Red+Green+Blue) = 255+230+97=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 97 (38.28% from 255 or 16.67% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE661 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE661 is #00199E. Grayscale: #DEDEDE. Windows color (decimal): -6559 or 6416127. OLE color: 6416127.
HSL color Cylindrical-coordinate representation of color #FFE661: hue angle of 50.51º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFE661 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 97 | - |
| CMYK | 0 | 0.10 | 0.62 | 0 |
| HSL | 50.51º | 1% | 0.69% | - |
| HSV(B) | 50.51º | 0.62% | 1% | - |
| XYZ | 71.69 | 78.72 | 22.72 | - |
| YUV | 222.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 97 | 0 | 0.10 | 0.62 | 0 | 50.51 | 1 | 0.69 |
| Hex | FF | E6 | 61 | 0 | A | 3E | 0 | 33 | 64 | 45 |
| Octal | 377 | 346 | 141 | 0 | 12 | 76 | 0 | 63 | 144 | 105 |
| Binary | 11111111 | 11100110 | 1100001 | 0 | 1010 | 111110 | 0 | 110011 | 1100100 | 1000101 |
Color Harmonies of #FFE661
Complementary color
Monochromatic Colors of #FFE661
Black with #FFE661
Text Example
Text Example
White with #FFE661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE661; }
p { color: rgb(255,230,97); }
H1.HeaderClassName
{
color: #FFE661;
}
.AnyTagClassName
{
color: #FFE661;
}
</style>
background-color css
<style>
a { background-color: #FFE661; }
a { background-color: rgb(255,230,97); }
div.DivClassName
{
background-color: #FFE661;
}
.BgClassName
{
background-color: #FFE661;
}
</style>
border-color css
<style>
span { border-color: #FFE661; }
span { border-color: rgb(255,230,97); }
td.TdClassName
{
border-color: #FFE661;
}
.TagClassName
{
border-color: #FFE661;
}
</style>