Shades of Corn #FEEF67
Tints of Corn #FEEF67
RGB
CMYK
RGB Variations
Color information
#FEEF67 (or 0xFEEF67) is known color: Corn. HEX triplet: FE, EF and 67. RGB value is (254,239,103). Sum of RGB (Red+Green+Blue) = 254+239+103=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 103 (40.62% from 255 or 17.28% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF67 is #011098. Grayscale: #E4E4E4. Windows color (decimal): -69785 or 6811646. OLE color: 6811646.
HSL color Cylindrical-coordinate representation of color #FEEF67: hue angle of 54.04º 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 #FEEF67 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 103 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.00 |
| HSL | 54.04º | 0.99% | 0.7% | - |
| HSV(B) | 54.04º | 0.59% | 1% | - |
| XYZ | 74.19 | 83.78 | 25.09 | - |
| YUV | 227.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 103 | 0 | 0.06 | 0.59 | 0.00 | 54.04 | 0.99 | 0.7 |
| Hex | FE | EF | 67 | 0 | 6 | 3B | 0 | 36 | 63 | 46 |
| Octal | 376 | 357 | 147 | 0 | 6 | 73 | 0 | 66 | 143 | 106 |
| Binary | 11111110 | 11101111 | 1100111 | 0 | 110 | 111011 | 0 | 110110 | 1100011 | 1000110 |
Color Harmonies of #FEEF67
Complementary color
Monochromatic Colors of #FEEF67
Black with #FEEF67
Text Example
Text Example
White with #FEEF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF67; }
p { color: rgb(254,239,103); }
H1.HeaderClassName
{
color: #FEEF67;
}
.AnyTagClassName
{
color: #FEEF67;
}
</style>
background-color css
<style>
a { background-color: #FEEF67; }
a { background-color: rgb(254,239,103); }
div.DivClassName
{
background-color: #FEEF67;
}
.BgClassName
{
background-color: #FEEF67;
}
</style>
border-color css
<style>
span { border-color: #FEEF67; }
span { border-color: rgb(254,239,103); }
td.TdClassName
{
border-color: #FEEF67;
}
.TagClassName
{
border-color: #FEEF67;
}
</style>