Shades of Sweet Corn #FEDB6E
Tints of Sweet Corn #FEDB6E
RGB
CMYK
RGB Variations
Color information
#FEDB6E (or 0xFEDB6E) is known color: Sweet Corn. HEX triplet: FE, DB and 6E. RGB value is (254,219,110). Sum of RGB (Red+Green+Blue) = 254+219+110=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 110 (43.36% from 255 or 18.87% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB6E is #012491. Grayscale: #D9D9D9. Windows color (decimal): -74898 or 7265278. OLE color: 7265278.
HSL color Cylindrical-coordinate representation of color #FEDB6E: hue angle of 45.42º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEDB6E is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 110 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.00 |
| HSL | 45.42º | 0.99% | 0.71% | - |
| HSV(B) | 45.42º | 0.57% | 1% | - |
| XYZ | 69.02 | 72.86 | 25.18 | - |
| YUV | 217.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 110 | 0 | 0.14 | 0.57 | 0.00 | 45.42 | 0.99 | 0.71 |
| Hex | FE | DB | 6E | 0 | E | 39 | 0 | 2D | 63 | 47 |
| Octal | 376 | 333 | 156 | 0 | 16 | 71 | 0 | 55 | 143 | 107 |
| Binary | 11111110 | 11011011 | 1101110 | 0 | 1110 | 111001 | 0 | 101101 | 1100011 | 1000111 |
Color Harmonies of #FEDB6E
Complementary color
Monochromatic Colors of #FEDB6E
Black with #FEDB6E
Text Example
Text Example
White with #FEDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB6E; }
p { color: rgb(254,219,110); }
H1.HeaderClassName
{
color: #FEDB6E;
}
.AnyTagClassName
{
color: #FEDB6E;
}
</style>
background-color css
<style>
a { background-color: #FEDB6E; }
a { background-color: rgb(254,219,110); }
div.DivClassName
{
background-color: #FEDB6E;
}
.BgClassName
{
background-color: #FEDB6E;
}
</style>
border-color css
<style>
span { border-color: #FEDB6E; }
span { border-color: rgb(254,219,110); }
td.TdClassName
{
border-color: #FEDB6E;
}
.TagClassName
{
border-color: #FEDB6E;
}
</style>