Shades of Corn #FFE75B
Tints of Corn #FFE75B
RGB
CMYK
RGB Variations
Color information
#FFE75B (or 0xFFE75B) is known color: Corn. HEX triplet: FF, E7 and 5B. RGB value is (255,231,91). Sum of RGB (Red+Green+Blue) = 255+231+91=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 91 (35.94% from 255 or 15.77% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE75B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE75B is #0018A4. Grayscale: #DEDEDE. Windows color (decimal): -6309 or 6023167. OLE color: 6023167.
HSL color Cylindrical-coordinate representation of color #FFE75B: hue angle of 51.22º 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 #FFE75B is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 91 | - |
| CMYK | 0 | 0.09 | 0.64 | 0 |
| HSL | 51.22º | 1% | 0.68% | - |
| HSV(B) | 51.22º | 0.64% | 1% | - |
| XYZ | 71.7 | 79.17 | 21.4 | - |
| YUV | 222.22 | 53.95 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 91 | 0 | 0.09 | 0.64 | 0 | 51.22 | 1 | 0.68 |
| Hex | FF | E7 | 5B | 0 | 9 | 40 | 0 | 33 | 64 | 44 |
| Octal | 377 | 347 | 133 | 0 | 11 | 100 | 0 | 63 | 144 | 104 |
| Binary | 11111111 | 11100111 | 1011011 | 0 | 1001 | 1000000 | 0 | 110011 | 1100100 | 1000100 |
Color Harmonies of #FFE75B
Complementary color
Monochromatic Colors of #FFE75B
Black with #FFE75B
Text Example
Text Example
White with #FFE75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE75B; }
p { color: rgb(255,231,91); }
H1.HeaderClassName
{
color: #FFE75B;
}
.AnyTagClassName
{
color: #FFE75B;
}
</style>
background-color css
<style>
a { background-color: #FFE75B; }
a { background-color: rgb(255,231,91); }
div.DivClassName
{
background-color: #FFE75B;
}
.BgClassName
{
background-color: #FFE75B;
}
</style>
border-color css
<style>
span { border-color: #FFE75B; }
span { border-color: rgb(255,231,91); }
td.TdClassName
{
border-color: #FFE75B;
}
.TagClassName
{
border-color: #FFE75B;
}
</style>