Shades of Sweet Corn #FFE67D
Tints of Sweet Corn #FFE67D
RGB
CMYK
RGB Variations
Color information
#FFE67D (or 0xFFE67D) is known color: Sweet Corn. HEX triplet: FF, E6 and 7D. RGB value is (255,230,125). Sum of RGB (Red+Green+Blue) = 255+230+125=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 125 (49.22% from 255 or 20.49% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE67D is #001982. Grayscale: #E1E1E1. Windows color (decimal): -6531 or 8251135. OLE color: 8251135.
HSL color Cylindrical-coordinate representation of color #FFE67D: hue angle of 48.46º 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 #FFE67D is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 125 | - |
| CMYK | 0 | 0.10 | 0.51 | 0 |
| HSL | 48.46º | 1% | 0.75% | - |
| HSV(B) | 48.46º | 0.51% | 1% | - |
| XYZ | 73.24 | 79.33 | 30.86 | - |
| YUV | 225.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 125 | 0 | 0.10 | 0.51 | 0 | 48.46 | 1 | 0.75 |
| Hex | FF | E6 | 7D | 0 | A | 33 | 0 | 30 | 64 | 4B |
| Octal | 377 | 346 | 175 | 0 | 12 | 63 | 0 | 60 | 144 | 113 |
| Binary | 11111111 | 11100110 | 1111101 | 0 | 1010 | 110011 | 0 | 110000 | 1100100 | 1001011 |
Color Harmonies of #FFE67D
Complementary color
Monochromatic Colors of #FFE67D
Black with #FFE67D
Text Example
Text Example
White with #FFE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE67D; }
p { color: rgb(255,230,125); }
H1.HeaderClassName
{
color: #FFE67D;
}
.AnyTagClassName
{
color: #FFE67D;
}
</style>
background-color css
<style>
a { background-color: #FFE67D; }
a { background-color: rgb(255,230,125); }
div.DivClassName
{
background-color: #FFE67D;
}
.BgClassName
{
background-color: #FFE67D;
}
</style>
border-color css
<style>
span { border-color: #FFE67D; }
span { border-color: rgb(255,230,125); }
td.TdClassName
{
border-color: #FFE67D;
}
.TagClassName
{
border-color: #FFE67D;
}
</style>