Shades of Sweet Corn #FFE67E
Tints of Sweet Corn #FFE67E
RGB
CMYK
RGB Variations
Color information
#FFE67E (or 0xFFE67E) is known color: Sweet Corn. HEX triplet: FF, E6 and 7E. RGB value is (255,230,126). Sum of RGB (Red+Green+Blue) = 255+230+126=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 126 (49.61% from 255 or 20.62% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE67E is #001981. Grayscale: #E2E2E2. Windows color (decimal): -6530 or 8316671. OLE color: 8316671.
HSL color Cylindrical-coordinate representation of color #FFE67E: hue angle of 48.37º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFE67E is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 126 | - |
| CMYK | 0 | 0.10 | 0.51 | 0 |
| HSL | 48.37º | 1% | 0.75% | - |
| HSV(B) | 48.37º | 0.51% | 1% | - |
| XYZ | 73.3 | 79.36 | 31.19 | - |
| YUV | 225.62 | 71.78 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 126 | 0 | 0.10 | 0.51 | 0 | 48.37 | 1 | 0.75 |
| Hex | FF | E6 | 7E | 0 | A | 33 | 0 | 30 | 64 | 4B |
| Octal | 377 | 346 | 176 | 0 | 12 | 63 | 0 | 60 | 144 | 113 |
| Binary | 11111111 | 11100110 | 1111110 | 0 | 1010 | 110011 | 0 | 110000 | 1100100 | 1001011 |
Color Harmonies of #FFE67E
Complementary color
Monochromatic Colors of #FFE67E
Black with #FFE67E
Text Example
Text Example
White with #FFE67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE67E; }
p { color: rgb(255,230,126); }
H1.HeaderClassName
{
color: #FFE67E;
}
.AnyTagClassName
{
color: #FFE67E;
}
</style>
background-color css
<style>
a { background-color: #FFE67E; }
a { background-color: rgb(255,230,126); }
div.DivClassName
{
background-color: #FFE67E;
}
.BgClassName
{
background-color: #FFE67E;
}
</style>
border-color css
<style>
span { border-color: #FFE67E; }
span { border-color: rgb(255,230,126); }
td.TdClassName
{
border-color: #FFE67E;
}
.TagClassName
{
border-color: #FFE67E;
}
</style>