Shades of Sweet Corn #FEE27B
Tints of Sweet Corn #FEE27B
RGB
CMYK
RGB Variations
Color information
#FEE27B (or 0xFEE27B) is known color: Sweet Corn. HEX triplet: FE, E2 and 7B. RGB value is (254,226,123). Sum of RGB (Red+Green+Blue) = 254+226+123=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 123 (48.44% from 255 or 20.40% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE27B is #011D84. Grayscale: #DFDFDF. Windows color (decimal): -73093 or 8119038. OLE color: 8119038.
HSL color Cylindrical-coordinate representation of color #FEE27B: hue angle of 47.18º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEE27B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 123 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.00 |
| HSL | 47.18º | 0.98% | 0.74% | - |
| HSV(B) | 47.18º | 0.52% | 1% | - |
| XYZ | 71.64 | 76.89 | 29.8 | - |
| YUV | 222.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 123 | 0 | 0.11 | 0.52 | 0.00 | 47.18 | 0.98 | 0.74 |
| Hex | FE | E2 | 7B | 0 | B | 34 | 0 | 2F | 62 | 4A |
| Octal | 376 | 342 | 173 | 0 | 13 | 64 | 0 | 57 | 142 | 112 |
| Binary | 11111110 | 11100010 | 1111011 | 0 | 1011 | 110100 | 0 | 101111 | 1100010 | 1001010 |
Color Harmonies of #FEE27B
Complementary color
Monochromatic Colors of #FEE27B
Black with #FEE27B
Text Example
Text Example
White with #FEE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE27B; }
p { color: rgb(254,226,123); }
H1.HeaderClassName
{
color: #FEE27B;
}
.AnyTagClassName
{
color: #FEE27B;
}
</style>
background-color css
<style>
a { background-color: #FEE27B; }
a { background-color: rgb(254,226,123); }
div.DivClassName
{
background-color: #FEE27B;
}
.BgClassName
{
background-color: #FEE27B;
}
</style>
border-color css
<style>
span { border-color: #FEE27B; }
span { border-color: rgb(254,226,123); }
td.TdClassName
{
border-color: #FEE27B;
}
.TagClassName
{
border-color: #FEE27B;
}
</style>