Shades of Sweet Corn #FEE67B
Tints of Sweet Corn #FEE67B
RGB
CMYK
RGB Variations
Color information
#FEE67B (or 0xFEE67B) is known color: Sweet Corn. HEX triplet: FE, E6 and 7B. RGB value is (254,230,123). Sum of RGB (Red+Green+Blue) = 254+230+123=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 123 (48.44% from 255 or 20.26% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE67B is #011984. Grayscale: #E1E1E1. Windows color (decimal): -72069 or 8120062. OLE color: 8120062.
HSL color Cylindrical-coordinate representation of color #FEE67B: hue angle of 49.01º 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 #FEE67B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 123 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.00 |
| HSL | 49.01º | 0.98% | 0.74% | - |
| HSV(B) | 49.01º | 0.52% | 1% | - |
| XYZ | 72.75 | 79.09 | 30.17 | - |
| YUV | 224.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 123 | 0 | 0.09 | 0.52 | 0.00 | 49.01 | 0.98 | 0.74 |
| Hex | FE | E6 | 7B | 0 | 9 | 34 | 0 | 31 | 62 | 4A |
| Octal | 376 | 346 | 173 | 0 | 11 | 64 | 0 | 61 | 142 | 112 |
| Binary | 11111110 | 11100110 | 1111011 | 0 | 1001 | 110100 | 0 | 110001 | 1100010 | 1001010 |
Color Harmonies of #FEE67B
Complementary color
Monochromatic Colors of #FEE67B
Black with #FEE67B
Text Example
Text Example
White with #FEE67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE67B; }
p { color: rgb(254,230,123); }
H1.HeaderClassName
{
color: #FEE67B;
}
.AnyTagClassName
{
color: #FEE67B;
}
</style>
background-color css
<style>
a { background-color: #FEE67B; }
a { background-color: rgb(254,230,123); }
div.DivClassName
{
background-color: #FEE67B;
}
.BgClassName
{
background-color: #FEE67B;
}
</style>
border-color css
<style>
span { border-color: #FEE67B; }
span { border-color: rgb(254,230,123); }
td.TdClassName
{
border-color: #FEE67B;
}
.TagClassName
{
border-color: #FEE67B;
}
</style>