Shades of Corn #FEEE5C
Tints of Corn #FEEE5C
RGB
CMYK
RGB Variations
Color information
#FEEE5C (or 0xFEEE5C) is known color: Corn. HEX triplet: FE, EE and 5C. RGB value is (254,238,92). Sum of RGB (Red+Green+Blue) = 254+238+92=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 92 (36.33% from 255 or 15.75% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE5C is #0111A3. Grayscale: #E2E2E2. Windows color (decimal): -70052 or 6090494. OLE color: 6090494.
HSL color Cylindrical-coordinate representation of color #FEEE5C: hue angle of 54.07º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEEE5C is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 92 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.00 |
| HSL | 54.07º | 0.99% | 0.68% | - |
| HSV(B) | 54.07º | 0.64% | 1% | - |
| XYZ | 73.38 | 82.99 | 22.28 | - |
| YUV | 226.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 92 | 0 | 0.06 | 0.64 | 0.00 | 54.07 | 0.99 | 0.68 |
| Hex | FE | EE | 5C | 0 | 6 | 40 | 0 | 36 | 63 | 44 |
| Octal | 376 | 356 | 134 | 0 | 6 | 100 | 0 | 66 | 143 | 104 |
| Binary | 11111110 | 11101110 | 1011100 | 0 | 110 | 1000000 | 0 | 110110 | 1100011 | 1000100 |
Color Harmonies of #FEEE5C
Complementary color
Monochromatic Colors of #FEEE5C
Black with #FEEE5C
Text Example
Text Example
White with #FEEE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE5C; }
p { color: rgb(254,238,92); }
H1.HeaderClassName
{
color: #FEEE5C;
}
.AnyTagClassName
{
color: #FEEE5C;
}
</style>
background-color css
<style>
a { background-color: #FEEE5C; }
a { background-color: rgb(254,238,92); }
div.DivClassName
{
background-color: #FEEE5C;
}
.BgClassName
{
background-color: #FEEE5C;
}
</style>
border-color css
<style>
span { border-color: #FEEE5C; }
span { border-color: rgb(254,238,92); }
td.TdClassName
{
border-color: #FEEE5C;
}
.TagClassName
{
border-color: #FEEE5C;
}
</style>