Shades of Sweet Corn #FEE67D
Tints of Sweet Corn #FEE67D
RGB
CMYK
RGB Variations
Color information
#FEE67D (or 0xFEE67D) is known color: Sweet Corn. HEX triplet: FE, E6 and 7D. RGB value is (254,230,125). Sum of RGB (Red+Green+Blue) = 254+230+125=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 125 (49.22% from 255 or 20.53% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE67D is #011982. Grayscale: #E1E1E1. Windows color (decimal): -72067 or 8251134. OLE color: 8251134.
HSL color Cylindrical-coordinate representation of color #FEE67D: hue angle of 48.84º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEE67D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 125 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.00 |
| HSL | 48.84º | 0.98% | 0.74% | - |
| HSV(B) | 48.84º | 0.51% | 1% | - |
| XYZ | 72.87 | 79.15 | 30.84 | - |
| YUV | 225.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 125 | 0 | 0.09 | 0.51 | 0.00 | 48.84 | 0.98 | 0.74 |
| Hex | FE | E6 | 7D | 0 | 9 | 33 | 0 | 31 | 62 | 4A |
| Octal | 376 | 346 | 175 | 0 | 11 | 63 | 0 | 61 | 142 | 112 |
| Binary | 11111110 | 11100110 | 1111101 | 0 | 1001 | 110011 | 0 | 110001 | 1100010 | 1001010 |
Color Harmonies of #FEE67D
Complementary color
Monochromatic Colors of #FEE67D
Black with #FEE67D
Text Example
Text Example
White with #FEE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE67D; }
p { color: rgb(254,230,125); }
H1.HeaderClassName
{
color: #FEE67D;
}
.AnyTagClassName
{
color: #FEE67D;
}
</style>
background-color css
<style>
a { background-color: #FEE67D; }
a { background-color: rgb(254,230,125); }
div.DivClassName
{
background-color: #FEE67D;
}
.BgClassName
{
background-color: #FEE67D;
}
</style>
border-color css
<style>
span { border-color: #FEE67D; }
span { border-color: rgb(254,230,125); }
td.TdClassName
{
border-color: #FEE67D;
}
.TagClassName
{
border-color: #FEE67D;
}
</style>