Shades of Sweet Corn #FEDE6B
Tints of Sweet Corn #FEDE6B
RGB
CMYK
RGB Variations
Color information
#FEDE6B (or 0xFEDE6B) is known color: Sweet Corn. HEX triplet: FE, DE and 6B. RGB value is (254,222,107). Sum of RGB (Red+Green+Blue) = 254+222+107=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 107 (42.19% from 255 or 18.35% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE6B is #012194. Grayscale: #DADADA. Windows color (decimal): -74133 or 7069438. OLE color: 7069438.
HSL color Cylindrical-coordinate representation of color #FEDE6B: hue angle of 46.94º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEDE6B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 107 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.00 |
| HSL | 46.94º | 0.99% | 0.71% | - |
| HSV(B) | 46.94º | 0.58% | 1% | - |
| XYZ | 69.65 | 74.37 | 24.59 | - |
| YUV | 218.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 107 | 0 | 0.13 | 0.58 | 0.00 | 46.94 | 0.99 | 0.71 |
| Hex | FE | DE | 6B | 0 | D | 3A | 0 | 2F | 63 | 47 |
| Octal | 376 | 336 | 153 | 0 | 15 | 72 | 0 | 57 | 143 | 107 |
| Binary | 11111110 | 11011110 | 1101011 | 0 | 1101 | 111010 | 0 | 101111 | 1100011 | 1000111 |
Color Harmonies of #FEDE6B
Complementary color
Monochromatic Colors of #FEDE6B
Black with #FEDE6B
Text Example
Text Example
White with #FEDE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE6B; }
p { color: rgb(254,222,107); }
H1.HeaderClassName
{
color: #FEDE6B;
}
.AnyTagClassName
{
color: #FEDE6B;
}
</style>
background-color css
<style>
a { background-color: #FEDE6B; }
a { background-color: rgb(254,222,107); }
div.DivClassName
{
background-color: #FEDE6B;
}
.BgClassName
{
background-color: #FEDE6B;
}
</style>
border-color css
<style>
span { border-color: #FEDE6B; }
span { border-color: rgb(254,222,107); }
td.TdClassName
{
border-color: #FEDE6B;
}
.TagClassName
{
border-color: #FEDE6B;
}
</style>