Shades of Corn #FFEB64
Tints of Corn #FFEB64
RGB
CMYK
RGB Variations
Color information
#FFEB64 (or 0xFFEB64) is known color: Corn. HEX triplet: FF, EB and 64. RGB value is (255,235,100). Sum of RGB (Red+Green+Blue) = 255+235+100=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 100 (39.45% from 255 or 16.95% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB64 is #00149B. Grayscale: #E2E2E2. Windows color (decimal): -5276 or 6614015. OLE color: 6614015.
HSL color Cylindrical-coordinate representation of color #FFEB64: hue angle of 52.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFEB64 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 100 | - |
| CMYK | 0 | 0.08 | 0.61 | 0 |
| HSL | 52.26º | 1% | 0.7% | - |
| HSV(B) | 52.26º | 0.61% | 1% | - |
| XYZ | 73.25 | 81.6 | 23.95 | - |
| YUV | 225.59 | 57.13 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 100 | 0 | 0.08 | 0.61 | 0 | 52.26 | 1 | 0.7 |
| Hex | FF | EB | 64 | 0 | 8 | 3D | 0 | 34 | 64 | 46 |
| Octal | 377 | 353 | 144 | 0 | 10 | 75 | 0 | 64 | 144 | 106 |
| Binary | 11111111 | 11101011 | 1100100 | 0 | 1000 | 111101 | 0 | 110100 | 1100100 | 1000110 |
Color Harmonies of #FFEB64
Complementary color
Monochromatic Colors of #FFEB64
Black with #FFEB64
Text Example
Text Example
White with #FFEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB64; }
p { color: rgb(255,235,100); }
H1.HeaderClassName
{
color: #FFEB64;
}
.AnyTagClassName
{
color: #FFEB64;
}
</style>
background-color css
<style>
a { background-color: #FFEB64; }
a { background-color: rgb(255,235,100); }
div.DivClassName
{
background-color: #FFEB64;
}
.BgClassName
{
background-color: #FFEB64;
}
</style>
border-color css
<style>
span { border-color: #FFEB64; }
span { border-color: rgb(255,235,100); }
td.TdClassName
{
border-color: #FFEB64;
}
.TagClassName
{
border-color: #FFEB64;
}
</style>