Shades of Corn #FEE669
Tints of Corn #FEE669
RGB
CMYK
RGB Variations
Color information
#FEE669 (or 0xFEE669) is known color: Corn. HEX triplet: FE, E6 and 69. RGB value is (254,230,105). Sum of RGB (Red+Green+Blue) = 254+230+105=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 105 (41.41% from 255 or 17.83% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE669 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE669 is #011996. Grayscale: #DFDFDF. Windows color (decimal): -72087 or 6940414. OLE color: 6940414.
HSL color Cylindrical-coordinate representation of color #FEE669: hue angle of 50.34º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEE669 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 105 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.00 |
| HSL | 50.34º | 0.99% | 0.7% | - |
| HSV(B) | 50.34º | 0.59% | 1% | - |
| XYZ | 71.72 | 78.68 | 24.77 | - |
| YUV | 222.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 105 | 0 | 0.09 | 0.59 | 0.00 | 50.34 | 0.99 | 0.7 |
| Hex | FE | E6 | 69 | 0 | 9 | 3B | 0 | 32 | 63 | 46 |
| Octal | 376 | 346 | 151 | 0 | 11 | 73 | 0 | 62 | 143 | 106 |
| Binary | 11111110 | 11100110 | 1101001 | 0 | 1001 | 111011 | 0 | 110010 | 1100011 | 1000110 |
Color Harmonies of #FEE669
Complementary color
Monochromatic Colors of #FEE669
Black with #FEE669
Text Example
Text Example
White with #FEE669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE669; }
p { color: rgb(254,230,105); }
H1.HeaderClassName
{
color: #FEE669;
}
.AnyTagClassName
{
color: #FEE669;
}
</style>
background-color css
<style>
a { background-color: #FEE669; }
a { background-color: rgb(254,230,105); }
div.DivClassName
{
background-color: #FEE669;
}
.BgClassName
{
background-color: #FEE669;
}
</style>
border-color css
<style>
span { border-color: #FEE669; }
span { border-color: rgb(254,230,105); }
td.TdClassName
{
border-color: #FEE669;
}
.TagClassName
{
border-color: #FEE669;
}
</style>