Shades of Sweet Corn #FFE67A
Tints of Sweet Corn #FFE67A
RGB
CMYK
RGB Variations
Color information
#FFE67A (or 0xFFE67A) is known color: Sweet Corn. HEX triplet: FF, E6 and 7A. RGB value is (255,230,122). Sum of RGB (Red+Green+Blue) = 255+230+122=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 122 (48.05% from 255 or 20.10% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE67A is #001985. Grayscale: #E1E1E1. Windows color (decimal): -6534 or 8054527. OLE color: 8054527.
HSL color Cylindrical-coordinate representation of color #FFE67A: hue angle of 48.72º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFE67A is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 122 | - |
| CMYK | 0 | 0.10 | 0.52 | 0 |
| HSL | 48.72º | 1% | 0.74% | - |
| HSV(B) | 48.72º | 0.52% | 1% | - |
| XYZ | 73.05 | 79.26 | 29.86 | - |
| YUV | 225.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 122 | 0 | 0.10 | 0.52 | 0 | 48.72 | 1 | 0.74 |
| Hex | FF | E6 | 7A | 0 | A | 34 | 0 | 31 | 64 | 4A |
| Octal | 377 | 346 | 172 | 0 | 12 | 64 | 0 | 61 | 144 | 112 |
| Binary | 11111111 | 11100110 | 1111010 | 0 | 1010 | 110100 | 0 | 110001 | 1100100 | 1001010 |
Color Harmonies of #FFE67A
Complementary color
Monochromatic Colors of #FFE67A
Black with #FFE67A
Text Example
Text Example
White with #FFE67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE67A; }
p { color: rgb(255,230,122); }
H1.HeaderClassName
{
color: #FFE67A;
}
.AnyTagClassName
{
color: #FFE67A;
}
</style>
background-color css
<style>
a { background-color: #FFE67A; }
a { background-color: rgb(255,230,122); }
div.DivClassName
{
background-color: #FFE67A;
}
.BgClassName
{
background-color: #FFE67A;
}
</style>
border-color css
<style>
span { border-color: #FFE67A; }
span { border-color: rgb(255,230,122); }
td.TdClassName
{
border-color: #FFE67A;
}
.TagClassName
{
border-color: #FFE67A;
}
</style>