Shades of Corn #FFEE66
Tints of Corn #FFEE66
RGB
CMYK
RGB Variations
Color information
#FFEE66 (or 0xFFEE66) is known color: Corn. HEX triplet: FF, EE and 66. RGB value is (255,238,102). Sum of RGB (Red+Green+Blue) = 255+238+102=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 102 (40.23% from 255 or 17.14% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE66 is #001199. Grayscale: #E4E4E4. Windows color (decimal): -4506 or 6745855. OLE color: 6745855.
HSL color Cylindrical-coordinate representation of color #FFEE66: hue angle of 53.33º 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 #FFEE66 is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 102 | - |
| CMYK | 0 | 0.07 | 0.6 | 0 |
| HSL | 53.33º | 1% | 0.7% | - |
| HSV(B) | 53.33º | 0.6% | 1% | - |
| XYZ | 74.21 | 83.37 | 24.75 | - |
| YUV | 227.58 | 57.13 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 102 | 0 | 0.07 | 0.6 | 0 | 53.33 | 1 | 0.7 |
| Hex | FF | EE | 66 | 0 | 7 | 3C | 0 | 35 | 64 | 46 |
| Octal | 377 | 356 | 146 | 0 | 7 | 74 | 0 | 65 | 144 | 106 |
| Binary | 11111111 | 11101110 | 1100110 | 0 | 111 | 111100 | 0 | 110101 | 1100100 | 1000110 |
Color Harmonies of #FFEE66
Complementary color
Monochromatic Colors of #FFEE66
Black with #FFEE66
Text Example
Text Example
White with #FFEE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE66; }
p { color: rgb(255,238,102); }
H1.HeaderClassName
{
color: #FFEE66;
}
.AnyTagClassName
{
color: #FFEE66;
}
</style>
background-color css
<style>
a { background-color: #FFEE66; }
a { background-color: rgb(255,238,102); }
div.DivClassName
{
background-color: #FFEE66;
}
.BgClassName
{
background-color: #FFEE66;
}
</style>
border-color css
<style>
span { border-color: #FFEE66; }
span { border-color: rgb(255,238,102); }
td.TdClassName
{
border-color: #FFEE66;
}
.TagClassName
{
border-color: #FFEE66;
}
</style>