Shades of Corn #FEE75D
Tints of Corn #FEE75D
RGB
CMYK
RGB Variations
Color information
#FEE75D (or 0xFEE75D) is known color: Corn. HEX triplet: FE, E7 and 5D. RGB value is (254,231,93). Sum of RGB (Red+Green+Blue) = 254+231+93=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 93 (36.72% from 255 or 16.09% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE75D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE75D is #0118A2. Grayscale: #DEDEDE. Windows color (decimal): -71843 or 6154238. OLE color: 6154238.
HSL color Cylindrical-coordinate representation of color #FEE75D: hue angle of 51.43º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEE75D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 93 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.00 |
| HSL | 51.43º | 0.99% | 0.68% | - |
| HSV(B) | 51.43º | 0.63% | 1% | - |
| XYZ | 71.42 | 79.01 | 21.84 | - |
| YUV | 222.15 | 55.12 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 93 | 0 | 0.09 | 0.63 | 0.00 | 51.43 | 0.99 | 0.68 |
| Hex | FE | E7 | 5D | 0 | 9 | 3F | 0 | 33 | 63 | 44 |
| Octal | 376 | 347 | 135 | 0 | 11 | 77 | 0 | 63 | 143 | 104 |
| Binary | 11111110 | 11100111 | 1011101 | 0 | 1001 | 111111 | 0 | 110011 | 1100011 | 1000100 |
Color Harmonies of #FEE75D
Complementary color
Monochromatic Colors of #FEE75D
Black with #FEE75D
Text Example
Text Example
White with #FEE75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE75D; }
p { color: rgb(254,231,93); }
H1.HeaderClassName
{
color: #FEE75D;
}
.AnyTagClassName
{
color: #FEE75D;
}
</style>
background-color css
<style>
a { background-color: #FEE75D; }
a { background-color: rgb(254,231,93); }
div.DivClassName
{
background-color: #FEE75D;
}
.BgClassName
{
background-color: #FEE75D;
}
</style>
border-color css
<style>
span { border-color: #FEE75D; }
span { border-color: rgb(254,231,93); }
td.TdClassName
{
border-color: #FEE75D;
}
.TagClassName
{
border-color: #FEE75D;
}
</style>