Shades of Sweet Corn #FEDF7B
Tints of Sweet Corn #FEDF7B
RGB
CMYK
RGB Variations
Color information
#FEDF7B (or 0xFEDF7B) is known color: Sweet Corn. HEX triplet: FE, DF and 7B. RGB value is (254,223,123). Sum of RGB (Red+Green+Blue) = 254+223+123=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 123 (48.44% from 255 or 20.5% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF7B is #012084. Grayscale: #DDDDDD. Windows color (decimal): -73861 or 8118270. OLE color: 8118270.
HSL color Cylindrical-coordinate representation of color #FEDF7B: hue angle of 45.8º 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 #FEDF7B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 123 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.00 |
| HSL | 45.8º | 0.98% | 0.74% | - |
| HSV(B) | 45.8º | 0.52% | 1% | - |
| XYZ | 70.84 | 75.28 | 29.54 | - |
| YUV | 220.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 123 | 0 | 0.12 | 0.52 | 0.00 | 45.8 | 0.98 | 0.74 |
| Hex | FE | DF | 7B | 0 | C | 34 | 0 | 2E | 62 | 4A |
| Octal | 376 | 337 | 173 | 0 | 14 | 64 | 0 | 56 | 142 | 112 |
| Binary | 11111110 | 11011111 | 1111011 | 0 | 1100 | 110100 | 0 | 101110 | 1100010 | 1001010 |
Color Harmonies of #FEDF7B
Complementary color
Monochromatic Colors of #FEDF7B
Black with #FEDF7B
Text Example
Text Example
White with #FEDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF7B; }
p { color: rgb(254,223,123); }
H1.HeaderClassName
{
color: #FEDF7B;
}
.AnyTagClassName
{
color: #FEDF7B;
}
</style>
background-color css
<style>
a { background-color: #FEDF7B; }
a { background-color: rgb(254,223,123); }
div.DivClassName
{
background-color: #FEDF7B;
}
.BgClassName
{
background-color: #FEDF7B;
}
</style>
border-color css
<style>
span { border-color: #FEDF7B; }
span { border-color: rgb(254,223,123); }
td.TdClassName
{
border-color: #FEDF7B;
}
.TagClassName
{
border-color: #FEDF7B;
}
</style>