Shades of Sweet Corn #FFE369
Tints of Sweet Corn #FFE369
RGB
CMYK
RGB Variations
Color information
#FFE369 (or 0xFFE369) is known color: Sweet Corn. HEX triplet: FF, E3 and 69. RGB value is (255,227,105). Sum of RGB (Red+Green+Blue) = 255+227+105=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 105 (41.41% from 255 or 17.89% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE369 is #001C96. Grayscale: #DDDDDD. Windows color (decimal): -7319 or 6939647. OLE color: 6939647.
HSL color Cylindrical-coordinate representation of color #FFE369: hue angle of 48.8º 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 #FFE369 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 105 | - |
| CMYK | 0 | 0.11 | 0.59 | 0 |
| HSL | 48.8º | 1% | 0.71% | - |
| HSV(B) | 48.8º | 0.59% | 1% | - |
| XYZ | 71.26 | 77.22 | 24.51 | - |
| YUV | 221.46 | 62.28 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 105 | 0 | 0.11 | 0.59 | 0 | 48.8 | 1 | 0.71 |
| Hex | FF | E3 | 69 | 0 | B | 3B | 0 | 31 | 64 | 47 |
| Octal | 377 | 343 | 151 | 0 | 13 | 73 | 0 | 61 | 144 | 107 |
| Binary | 11111111 | 11100011 | 1101001 | 0 | 1011 | 111011 | 0 | 110001 | 1100100 | 1000111 |
Color Harmonies of #FFE369
Complementary color
Monochromatic Colors of #FFE369
Black with #FFE369
Text Example
Text Example
White with #FFE369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE369; }
p { color: rgb(255,227,105); }
H1.HeaderClassName
{
color: #FFE369;
}
.AnyTagClassName
{
color: #FFE369;
}
</style>
background-color css
<style>
a { background-color: #FFE369; }
a { background-color: rgb(255,227,105); }
div.DivClassName
{
background-color: #FFE369;
}
.BgClassName
{
background-color: #FFE369;
}
</style>
border-color css
<style>
span { border-color: #FFE369; }
span { border-color: rgb(255,227,105); }
td.TdClassName
{
border-color: #FFE369;
}
.TagClassName
{
border-color: #FFE369;
}
</style>