Shades of Corn #FFEB5C
Tints of Corn #FFEB5C
RGB
CMYK
RGB Variations
Color information
#FFEB5C (or 0xFFEB5C) is known color: Corn. HEX triplet: FF, EB and 5C. RGB value is (255,235,92). Sum of RGB (Red+Green+Blue) = 255+235+92=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 92 (36.33% from 255 or 15.81% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB5C is #0014A3. Grayscale: #E1E1E1. Windows color (decimal): -5284 or 6089727. OLE color: 6089727.
HSL color Cylindrical-coordinate representation of color #FFEB5C: hue angle of 52.64º 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 #FFEB5C is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 235 | 92 | - |
CMYK | 0 | 0.08 | 0.64 | 0 |
HSL | 52.64º | 1% | 0.68% | - |
HSV(B) | 52.64º | 0.64% | 1% | - |
XYZ | 72.88 | 81.45 | 22.01 | - |
YUV | 224.68 | 53.13 | 149.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 235 | 92 | 0 | 0.08 | 0.64 | 0 | 52.64 | 1 | 0.68 |
Hex | FF | EB | 5C | 0 | 8 | 40 | 0 | 35 | 64 | 44 |
Octal | 377 | 353 | 134 | 0 | 10 | 100 | 0 | 65 | 144 | 104 |
Binary | 11111111 | 11101011 | 1011100 | 0 | 1000 | 1000000 | 0 | 110101 | 1100100 | 1000100 |
Color Harmonies of #FFEB5C
Complementary color
Monochromatic Colors of #FFEB5C
Black with #FFEB5C
Text Example
Text Example
White with #FFEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB5C; }
p { color: rgb(255,235,92); }
H1.HeaderClassName
{
color: #FFEB5C;
}
.AnyTagClassName
{
color: #FFEB5C;
}
</style>
background-color css
<style>
a { background-color: #FFEB5C; }
a { background-color: rgb(255,235,92); }
div.DivClassName
{
background-color: #FFEB5C;
}
.BgClassName
{
background-color: #FFEB5C;
}
</style>
border-color css
<style>
span { border-color: #FFEB5C; }
span { border-color: rgb(255,235,92); }
td.TdClassName
{
border-color: #FFEB5C;
}
.TagClassName
{
border-color: #FFEB5C;
}
</style>