Shades of Sweet Corn #FEE37D
Tints of Sweet Corn #FEE37D
RGB
CMYK
RGB Variations
Color information
#FEE37D (or 0xFEE37D) is known color: Sweet Corn. HEX triplet: FE, E3 and 7D. RGB value is (254,227,125). Sum of RGB (Red+Green+Blue) = 254+227+125=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE37D is #011C82. Grayscale: #DFDFDF. Windows color (decimal): -72835 or 8250366. OLE color: 8250366.
HSL color Cylindrical-coordinate representation of color #FEE37D: hue angle of 47.44º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEE37D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 125 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.00 |
| HSL | 47.44º | 0.98% | 0.74% | - |
| HSV(B) | 47.44º | 0.51% | 1% | - |
| XYZ | 72.04 | 77.49 | 30.56 | - |
| YUV | 223.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 125 | 0 | 0.11 | 0.51 | 0.00 | 47.44 | 0.98 | 0.74 |
| Hex | FE | E3 | 7D | 0 | B | 33 | 0 | 2F | 62 | 4A |
| Octal | 376 | 343 | 175 | 0 | 13 | 63 | 0 | 57 | 142 | 112 |
| Binary | 11111110 | 11100011 | 1111101 | 0 | 1011 | 110011 | 0 | 101111 | 1100010 | 1001010 |
Color Harmonies of #FEE37D
Complementary color
Monochromatic Colors of #FEE37D
Black with #FEE37D
Text Example
Text Example
White with #FEE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE37D; }
p { color: rgb(254,227,125); }
H1.HeaderClassName
{
color: #FEE37D;
}
.AnyTagClassName
{
color: #FEE37D;
}
</style>
background-color css
<style>
a { background-color: #FEE37D; }
a { background-color: rgb(254,227,125); }
div.DivClassName
{
background-color: #FEE37D;
}
.BgClassName
{
background-color: #FEE37D;
}
</style>
border-color css
<style>
span { border-color: #FEE37D; }
span { border-color: rgb(254,227,125); }
td.TdClassName
{
border-color: #FEE37D;
}
.TagClassName
{
border-color: #FEE37D;
}
</style>