Shades of Sweet Corn #FEE57B
Tints of Sweet Corn #FEE57B
RGB
CMYK
RGB Variations
Color information
#FEE57B (or 0xFEE57B) is known color: Sweet Corn. HEX triplet: FE, E5 and 7B. RGB value is (254,229,123). Sum of RGB (Red+Green+Blue) = 254+229+123=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 123 (48.44% from 255 or 20.30% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE57B is #011A84. Grayscale: #E0E0E0. Windows color (decimal): -72325 or 8119806. OLE color: 8119806.
HSL color Cylindrical-coordinate representation of color #FEE57B: hue angle of 48.55º 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 #FEE57B is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 123 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.00 |
| HSL | 48.55º | 0.98% | 0.74% | - |
| HSV(B) | 48.55º | 0.52% | 1% | - |
| XYZ | 72.47 | 78.54 | 30.08 | - |
| YUV | 224.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 123 | 0 | 0.10 | 0.52 | 0.00 | 48.55 | 0.98 | 0.74 |
| Hex | FE | E5 | 7B | 0 | A | 34 | 0 | 31 | 62 | 4A |
| Octal | 376 | 345 | 173 | 0 | 12 | 64 | 0 | 61 | 142 | 112 |
| Binary | 11111110 | 11100101 | 1111011 | 0 | 1010 | 110100 | 0 | 110001 | 1100010 | 1001010 |
Color Harmonies of #FEE57B
Complementary color
Monochromatic Colors of #FEE57B
Black with #FEE57B
Text Example
Text Example
White with #FEE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE57B; }
p { color: rgb(254,229,123); }
H1.HeaderClassName
{
color: #FEE57B;
}
.AnyTagClassName
{
color: #FEE57B;
}
</style>
background-color css
<style>
a { background-color: #FEE57B; }
a { background-color: rgb(254,229,123); }
div.DivClassName
{
background-color: #FEE57B;
}
.BgClassName
{
background-color: #FEE57B;
}
</style>
border-color css
<style>
span { border-color: #FEE57B; }
span { border-color: rgb(254,229,123); }
td.TdClassName
{
border-color: #FEE57B;
}
.TagClassName
{
border-color: #FEE57B;
}
</style>