Shades of Sweet Corn #FEDD6B
Tints of Sweet Corn #FEDD6B
RGB
CMYK
RGB Variations
Color information
#FEDD6B (or 0xFEDD6B) is known color: Sweet Corn. HEX triplet: FE, DD and 6B. RGB value is (254,221,107). Sum of RGB (Red+Green+Blue) = 254+221+107=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 107 (42.19% from 255 or 18.38% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD6B is #012294. Grayscale: #DADADA. Windows color (decimal): -74389 or 7069182. OLE color: 7069182.
HSL color Cylindrical-coordinate representation of color #FEDD6B: hue angle of 46.53º 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 #FEDD6B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 107 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.00 |
| HSL | 46.53º | 0.99% | 0.71% | - |
| HSV(B) | 46.53º | 0.58% | 1% | - |
| XYZ | 69.38 | 73.85 | 24.51 | - |
| YUV | 217.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 107 | 0 | 0.13 | 0.58 | 0.00 | 46.53 | 0.99 | 0.71 |
| Hex | FE | DD | 6B | 0 | D | 3A | 0 | 2F | 63 | 47 |
| Octal | 376 | 335 | 153 | 0 | 15 | 72 | 0 | 57 | 143 | 107 |
| Binary | 11111110 | 11011101 | 1101011 | 0 | 1101 | 111010 | 0 | 101111 | 1100011 | 1000111 |
Color Harmonies of #FEDD6B
Complementary color
Monochromatic Colors of #FEDD6B
Black with #FEDD6B
Text Example
Text Example
White with #FEDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD6B; }
p { color: rgb(254,221,107); }
H1.HeaderClassName
{
color: #FEDD6B;
}
.AnyTagClassName
{
color: #FEDD6B;
}
</style>
background-color css
<style>
a { background-color: #FEDD6B; }
a { background-color: rgb(254,221,107); }
div.DivClassName
{
background-color: #FEDD6B;
}
.BgClassName
{
background-color: #FEDD6B;
}
</style>
border-color css
<style>
span { border-color: #FEDD6B; }
span { border-color: rgb(254,221,107); }
td.TdClassName
{
border-color: #FEDD6B;
}
.TagClassName
{
border-color: #FEDD6B;
}
</style>