Shades of Corn #FFEB67
Tints of Corn #FFEB67
RGB
CMYK
RGB Variations
Color information
#FFEB67 (or 0xFFEB67) is known color: Corn. HEX triplet: FF, EB and 67. RGB value is (255,235,103). Sum of RGB (Red+Green+Blue) = 255+235+103=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 103 (40.62% from 255 or 17.37% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB67 is #001498. Grayscale: #E2E2E2. Windows color (decimal): -5273 or 6810623. OLE color: 6810623.
HSL color Cylindrical-coordinate representation of color #FFEB67: hue angle of 52.11º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFEB67 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 103 | - |
| CMYK | 0 | 0.08 | 0.60 | 0 |
| HSL | 52.11º | 1% | 0.7% | - |
| HSV(B) | 52.11º | 0.6% | 1% | - |
| XYZ | 73.4 | 81.66 | 24.72 | - |
| YUV | 225.93 | 58.63 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 103 | 0 | 0.08 | 0.60 | 0 | 52.11 | 1 | 0.7 |
| Hex | FF | EB | 67 | 0 | 8 | 3C | 0 | 34 | 64 | 46 |
| Octal | 377 | 353 | 147 | 0 | 10 | 74 | 0 | 64 | 144 | 106 |
| Binary | 11111111 | 11101011 | 1100111 | 0 | 1000 | 111100 | 0 | 110100 | 1100100 | 1000110 |
Color Harmonies of #FFEB67
Complementary color
Monochromatic Colors of #FFEB67
Black with #FFEB67
Text Example
Text Example
White with #FFEB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB67; }
p { color: rgb(255,235,103); }
H1.HeaderClassName
{
color: #FFEB67;
}
.AnyTagClassName
{
color: #FFEB67;
}
</style>
background-color css
<style>
a { background-color: #FFEB67; }
a { background-color: rgb(255,235,103); }
div.DivClassName
{
background-color: #FFEB67;
}
.BgClassName
{
background-color: #FFEB67;
}
</style>
border-color css
<style>
span { border-color: #FFEB67; }
span { border-color: rgb(255,235,103); }
td.TdClassName
{
border-color: #FFEB67;
}
.TagClassName
{
border-color: #FFEB67;
}
</style>