Shades of Sweet Corn #FFE569
Tints of Sweet Corn #FFE569
RGB
CMYK
RGB Variations
Color information
#FFE569 (or 0xFFE569) is known color: Sweet Corn. HEX triplet: FF, E5 and 69. RGB value is (255,229,105). Sum of RGB (Red+Green+Blue) = 255+229+105=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 105 (41.41% from 255 or 17.83% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE569 is #001A96. Grayscale: #DFDFDF. Windows color (decimal): -6807 or 6940159. OLE color: 6940159.
HSL color Cylindrical-coordinate representation of color #FFE569: hue angle of 49.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFE569 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 105 | - |
| CMYK | 0 | 0.10 | 0.59 | 0 |
| HSL | 49.6º | 1% | 0.71% | - |
| HSV(B) | 49.6º | 0.59% | 1% | - |
| XYZ | 71.81 | 78.32 | 24.7 | - |
| YUV | 222.64 | 61.61 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 105 | 0 | 0.10 | 0.59 | 0 | 49.6 | 1 | 0.71 |
| Hex | FF | E5 | 69 | 0 | A | 3B | 0 | 32 | 64 | 47 |
| Octal | 377 | 345 | 151 | 0 | 12 | 73 | 0 | 62 | 144 | 107 |
| Binary | 11111111 | 11100101 | 1101001 | 0 | 1010 | 111011 | 0 | 110010 | 1100100 | 1000111 |
Color Harmonies of #FFE569
Complementary color
Monochromatic Colors of #FFE569
Black with #FFE569
Text Example
Text Example
White with #FFE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE569; }
p { color: rgb(255,229,105); }
H1.HeaderClassName
{
color: #FFE569;
}
.AnyTagClassName
{
color: #FFE569;
}
</style>
background-color css
<style>
a { background-color: #FFE569; }
a { background-color: rgb(255,229,105); }
div.DivClassName
{
background-color: #FFE569;
}
.BgClassName
{
background-color: #FFE569;
}
</style>
border-color css
<style>
span { border-color: #FFE569; }
span { border-color: rgb(255,229,105); }
td.TdClassName
{
border-color: #FFE569;
}
.TagClassName
{
border-color: #FFE569;
}
</style>