Shades of Sweet Corn #FFE673
Tints of Sweet Corn #FFE673
RGB
CMYK
RGB Variations
Color information
#FFE673 (or 0xFFE673) is known color: Sweet Corn. HEX triplet: FF, E6 and 73. RGB value is (255,230,115). Sum of RGB (Red+Green+Blue) = 255+230+115=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 115 (45.31% from 255 or 19.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE673 is #00198C. Grayscale: #E0E0E0. Windows color (decimal): -6541 or 7595775. OLE color: 7595775.
HSL color Cylindrical-coordinate representation of color #FFE673: hue angle of 49.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFE673 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 115 | - |
| CMYK | 0 | 0.10 | 0.55 | 0 |
| HSL | 49.29º | 1% | 0.73% | - |
| HSV(B) | 49.29º | 0.55% | 1% | - |
| XYZ | 72.63 | 79.09 | 27.66 | - |
| YUV | 224.37 | 66.28 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 115 | 0 | 0.10 | 0.55 | 0 | 49.29 | 1 | 0.73 |
| Hex | FF | E6 | 73 | 0 | A | 37 | 0 | 31 | 64 | 49 |
| Octal | 377 | 346 | 163 | 0 | 12 | 67 | 0 | 61 | 144 | 111 |
| Binary | 11111111 | 11100110 | 1110011 | 0 | 1010 | 110111 | 0 | 110001 | 1100100 | 1001001 |
Color Harmonies of #FFE673
Complementary color
Monochromatic Colors of #FFE673
Black with #FFE673
Text Example
Text Example
White with #FFE673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE673; }
p { color: rgb(255,230,115); }
H1.HeaderClassName
{
color: #FFE673;
}
.AnyTagClassName
{
color: #FFE673;
}
</style>
background-color css
<style>
a { background-color: #FFE673; }
a { background-color: rgb(255,230,115); }
div.DivClassName
{
background-color: #FFE673;
}
.BgClassName
{
background-color: #FFE673;
}
</style>
border-color css
<style>
span { border-color: #FFE673; }
span { border-color: rgb(255,230,115); }
td.TdClassName
{
border-color: #FFE673;
}
.TagClassName
{
border-color: #FFE673;
}
</style>