Shades of Corn #FFEB68
Tints of Corn #FFEB68
RGB
CMYK
RGB Variations
Color information
#FFEB68 (or 0xFFEB68) is known color: Corn. HEX triplet: FF, EB and 68. RGB value is (255,235,104). Sum of RGB (Red+Green+Blue) = 255+235+104=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 104 (41.02% from 255 or 17.51% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB68 is #001497. Grayscale: #E2E2E2. Windows color (decimal): -5272 or 6876159. OLE color: 6876159.
HSL color Cylindrical-coordinate representation of color #FFEB68: hue angle of 52.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFEB68 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 104 | - |
| CMYK | 0 | 0.08 | 0.59 | 0 |
| HSL | 52.05º | 1% | 0.7% | - |
| HSV(B) | 52.05º | 0.59% | 1% | - |
| XYZ | 73.45 | 81.68 | 24.99 | - |
| YUV | 226.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 104 | 0 | 0.08 | 0.59 | 0 | 52.05 | 1 | 0.7 |
| Hex | FF | EB | 68 | 0 | 8 | 3B | 0 | 34 | 64 | 46 |
| Octal | 377 | 353 | 150 | 0 | 10 | 73 | 0 | 64 | 144 | 106 |
| Binary | 11111111 | 11101011 | 1101000 | 0 | 1000 | 111011 | 0 | 110100 | 1100100 | 1000110 |
Color Harmonies of #FFEB68
Complementary color
Monochromatic Colors of #FFEB68
Black with #FFEB68
Text Example
Text Example
White with #FFEB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB68; }
p { color: rgb(255,235,104); }
H1.HeaderClassName
{
color: #FFEB68;
}
.AnyTagClassName
{
color: #FFEB68;
}
</style>
background-color css
<style>
a { background-color: #FFEB68; }
a { background-color: rgb(255,235,104); }
div.DivClassName
{
background-color: #FFEB68;
}
.BgClassName
{
background-color: #FFEB68;
}
</style>
border-color css
<style>
span { border-color: #FFEB68; }
span { border-color: rgb(255,235,104); }
td.TdClassName
{
border-color: #FFEB68;
}
.TagClassName
{
border-color: #FFEB68;
}
</style>