Shades of Corn #FFE95D
Tints of Corn #FFE95D
RGB
CMYK
RGB Variations
Color information
#FFE95D (or 0xFFE95D) is known color: Corn. HEX triplet: FF, E9 and 5D. RGB value is (255,233,93). Sum of RGB (Red+Green+Blue) = 255+233+93=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 93 (36.72% from 255 or 16.01% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE95D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE95D is #0016A2. Grayscale: #E0E0E0. Windows color (decimal): -5795 or 6154751. OLE color: 6154751.
HSL color Cylindrical-coordinate representation of color #FFE95D: hue angle of 51.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFE95D is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 93 | - |
| CMYK | 0 | 0.09 | 0.64 | 0 |
| HSL | 51.85º | 1% | 0.68% | - |
| HSV(B) | 51.85º | 0.64% | 1% | - |
| XYZ | 72.35 | 80.33 | 22.05 | - |
| YUV | 223.62 | 54.29 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 93 | 0 | 0.09 | 0.64 | 0 | 51.85 | 1 | 0.68 |
| Hex | FF | E9 | 5D | 0 | 9 | 40 | 0 | 34 | 64 | 44 |
| Octal | 377 | 351 | 135 | 0 | 11 | 100 | 0 | 64 | 144 | 104 |
| Binary | 11111111 | 11101001 | 1011101 | 0 | 1001 | 1000000 | 0 | 110100 | 1100100 | 1000100 |
Color Harmonies of #FFE95D
Complementary color
Monochromatic Colors of #FFE95D
Black with #FFE95D
Text Example
Text Example
White with #FFE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE95D; }
p { color: rgb(255,233,93); }
H1.HeaderClassName
{
color: #FFE95D;
}
.AnyTagClassName
{
color: #FFE95D;
}
</style>
background-color css
<style>
a { background-color: #FFE95D; }
a { background-color: rgb(255,233,93); }
div.DivClassName
{
background-color: #FFE95D;
}
.BgClassName
{
background-color: #FFE95D;
}
</style>
border-color css
<style>
span { border-color: #FFE95D; }
span { border-color: rgb(255,233,93); }
td.TdClassName
{
border-color: #FFE95D;
}
.TagClassName
{
border-color: #FFE95D;
}
</style>