Shades of Corn #FEE667
Tints of Corn #FEE667
RGB
CMYK
RGB Variations
Color information
#FEE667 (or 0xFEE667) is known color: Corn. HEX triplet: FE, E6 and 67. RGB value is (254,230,103). Sum of RGB (Red+Green+Blue) = 254+230+103=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 103 (40.62% from 255 or 17.55% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE667 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE667 is #011998. Grayscale: #DFDFDF. Windows color (decimal): -72089 or 6809342. OLE color: 6809342.
HSL color Cylindrical-coordinate representation of color #FEE667: hue angle of 50.46º 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 #FEE667 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 103 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.00 |
| HSL | 50.46º | 0.99% | 0.7% | - |
| HSV(B) | 50.46º | 0.59% | 1% | - |
| XYZ | 71.62 | 78.64 | 24.24 | - |
| YUV | 222.7 | 60.45 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 103 | 0 | 0.09 | 0.59 | 0.00 | 50.46 | 0.99 | 0.7 |
| Hex | FE | E6 | 67 | 0 | 9 | 3B | 0 | 32 | 63 | 46 |
| Octal | 376 | 346 | 147 | 0 | 11 | 73 | 0 | 62 | 143 | 106 |
| Binary | 11111110 | 11100110 | 1100111 | 0 | 1001 | 111011 | 0 | 110010 | 1100011 | 1000110 |
Color Harmonies of #FEE667
Complementary color
Monochromatic Colors of #FEE667
Black with #FEE667
Text Example
Text Example
White with #FEE667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE667; }
p { color: rgb(254,230,103); }
H1.HeaderClassName
{
color: #FEE667;
}
.AnyTagClassName
{
color: #FEE667;
}
</style>
background-color css
<style>
a { background-color: #FEE667; }
a { background-color: rgb(254,230,103); }
div.DivClassName
{
background-color: #FEE667;
}
.BgClassName
{
background-color: #FEE667;
}
</style>
border-color css
<style>
span { border-color: #FEE667; }
span { border-color: rgb(254,230,103); }
td.TdClassName
{
border-color: #FEE667;
}
.TagClassName
{
border-color: #FEE667;
}
</style>