Shades of Corn #FEE65C
Tints of Corn #FEE65C
RGB
CMYK
RGB Variations
Color information
#FEE65C (or 0xFEE65C) is known color: Corn. HEX triplet: FE, E6 and 5C. RGB value is (254,230,92). Sum of RGB (Red+Green+Blue) = 254+230+92=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 92 (36.33% from 255 or 15.97% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE65C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE65C is #0119A3. Grayscale: #DEDEDE. Windows color (decimal): -72100 or 6088446. OLE color: 6088446.
HSL color Cylindrical-coordinate representation of color #FEE65C: hue angle of 51.11º 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 #FEE65C is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 92 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.00 |
| HSL | 51.11º | 0.99% | 0.68% | - |
| HSV(B) | 51.11º | 0.64% | 1% | - |
| XYZ | 71.1 | 78.44 | 21.52 | - |
| YUV | 221.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 92 | 0 | 0.09 | 0.64 | 0.00 | 51.11 | 0.99 | 0.68 |
| Hex | FE | E6 | 5C | 0 | 9 | 40 | 0 | 33 | 63 | 44 |
| Octal | 376 | 346 | 134 | 0 | 11 | 100 | 0 | 63 | 143 | 104 |
| Binary | 11111110 | 11100110 | 1011100 | 0 | 1001 | 1000000 | 0 | 110011 | 1100011 | 1000100 |
Color Harmonies of #FEE65C
Complementary color
Monochromatic Colors of #FEE65C
Black with #FEE65C
Text Example
Text Example
White with #FEE65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE65C; }
p { color: rgb(254,230,92); }
H1.HeaderClassName
{
color: #FEE65C;
}
.AnyTagClassName
{
color: #FEE65C;
}
</style>
background-color css
<style>
a { background-color: #FEE65C; }
a { background-color: rgb(254,230,92); }
div.DivClassName
{
background-color: #FEE65C;
}
.BgClassName
{
background-color: #FEE65C;
}
</style>
border-color css
<style>
span { border-color: #FEE65C; }
span { border-color: rgb(254,230,92); }
td.TdClassName
{
border-color: #FEE65C;
}
.TagClassName
{
border-color: #FEE65C;
}
</style>