Shades of Corn #FEEC67
Tints of Corn #FEEC67
RGB
CMYK
RGB Variations
Color information
#FEEC67 (or 0xFEEC67) is known color: Corn. HEX triplet: FE, EC and 67. RGB value is (254,236,103). Sum of RGB (Red+Green+Blue) = 254+236+103=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 103 (40.62% from 255 or 17.37% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC67 is #011398. Grayscale: #E2E2E2. Windows color (decimal): -70553 or 6810878. OLE color: 6810878.
HSL color Cylindrical-coordinate representation of color #FEEC67: hue angle of 52.85º 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 #FEEC67 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 103 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.00 |
| HSL | 52.85º | 0.99% | 0.7% | - |
| HSV(B) | 52.85º | 0.59% | 1% | - |
| XYZ | 73.32 | 82.04 | 24.8 | - |
| YUV | 226.22 | 58.46 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 103 | 0 | 0.07 | 0.59 | 0.00 | 52.85 | 0.99 | 0.7 |
| Hex | FE | EC | 67 | 0 | 7 | 3B | 0 | 35 | 63 | 46 |
| Octal | 376 | 354 | 147 | 0 | 7 | 73 | 0 | 65 | 143 | 106 |
| Binary | 11111110 | 11101100 | 1100111 | 0 | 111 | 111011 | 0 | 110101 | 1100011 | 1000110 |
Color Harmonies of #FEEC67
Complementary color
Monochromatic Colors of #FEEC67
Black with #FEEC67
Text Example
Text Example
White with #FEEC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC67; }
p { color: rgb(254,236,103); }
H1.HeaderClassName
{
color: #FEEC67;
}
.AnyTagClassName
{
color: #FEEC67;
}
</style>
background-color css
<style>
a { background-color: #FEEC67; }
a { background-color: rgb(254,236,103); }
div.DivClassName
{
background-color: #FEEC67;
}
.BgClassName
{
background-color: #FEEC67;
}
</style>
border-color css
<style>
span { border-color: #FEEC67; }
span { border-color: rgb(254,236,103); }
td.TdClassName
{
border-color: #FEEC67;
}
.TagClassName
{
border-color: #FEEC67;
}
</style>