Shades of Sweet Corn #FEEA7B
Tints of Sweet Corn #FEEA7B
RGB
CMYK
RGB Variations
Color information
#FEEA7B (or 0xFEEA7B) is known color: Sweet Corn. HEX triplet: FE, EA and 7B. RGB value is (254,234,123). Sum of RGB (Red+Green+Blue) = 254+234+123=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 123 (48.44% from 255 or 20.13% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA7B is #011584. Grayscale: #E3E3E3. Windows color (decimal): -71045 or 8121086. OLE color: 8121086.
HSL color Cylindrical-coordinate representation of color #FEEA7B: hue angle of 50.84º 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 #FEEA7B is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 123 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.00 |
| HSL | 50.84º | 0.98% | 0.74% | - |
| HSV(B) | 50.84º | 0.52% | 1% | - |
| XYZ | 73.87 | 81.35 | 30.55 | - |
| YUV | 227.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 123 | 0 | 0.08 | 0.52 | 0.00 | 50.84 | 0.98 | 0.74 |
| Hex | FE | EA | 7B | 0 | 8 | 34 | 0 | 33 | 62 | 4A |
| Octal | 376 | 352 | 173 | 0 | 10 | 64 | 0 | 63 | 142 | 112 |
| Binary | 11111110 | 11101010 | 1111011 | 0 | 1000 | 110100 | 0 | 110011 | 1100010 | 1001010 |
Color Harmonies of #FEEA7B
Complementary color
Monochromatic Colors of #FEEA7B
Black with #FEEA7B
Text Example
Text Example
White with #FEEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA7B; }
p { color: rgb(254,234,123); }
H1.HeaderClassName
{
color: #FEEA7B;
}
.AnyTagClassName
{
color: #FEEA7B;
}
</style>
background-color css
<style>
a { background-color: #FEEA7B; }
a { background-color: rgb(254,234,123); }
div.DivClassName
{
background-color: #FEEA7B;
}
.BgClassName
{
background-color: #FEEA7B;
}
</style>
border-color css
<style>
span { border-color: #FEEA7B; }
span { border-color: rgb(254,234,123); }
td.TdClassName
{
border-color: #FEEA7B;
}
.TagClassName
{
border-color: #FEEA7B;
}
</style>