Shades of Sweet Corn #FFE27B
Tints of Sweet Corn #FFE27B
RGB
CMYK
RGB Variations
Color information
#FFE27B (or 0xFFE27B) is known color: Sweet Corn. HEX triplet: FF, E2 and 7B. RGB value is (255,226,123). Sum of RGB (Red+Green+Blue) = 255+226+123=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 123 (48.44% from 255 or 20.36% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE27B is #001D84. Grayscale: #DFDFDF. Windows color (decimal): -7557 or 8119039. OLE color: 8119039.
HSL color Cylindrical-coordinate representation of color #FFE27B: hue angle of 46.82º 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 #FFE27B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 123 | - |
| CMYK | 0 | 0.11 | 0.52 | 0 |
| HSL | 46.82º | 1% | 0.74% | - |
| HSV(B) | 46.82º | 0.52% | 1% | - |
| XYZ | 72.01 | 77.08 | 29.82 | - |
| YUV | 222.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 123 | 0 | 0.11 | 0.52 | 0 | 46.82 | 1 | 0.74 |
| Hex | FF | E2 | 7B | 0 | B | 34 | 0 | 2F | 64 | 4A |
| Octal | 377 | 342 | 173 | 0 | 13 | 64 | 0 | 57 | 144 | 112 |
| Binary | 11111111 | 11100010 | 1111011 | 0 | 1011 | 110100 | 0 | 101111 | 1100100 | 1001010 |
Color Harmonies of #FFE27B
Complementary color
Monochromatic Colors of #FFE27B
Black with #FFE27B
Text Example
Text Example
White with #FFE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE27B; }
p { color: rgb(255,226,123); }
H1.HeaderClassName
{
color: #FFE27B;
}
.AnyTagClassName
{
color: #FFE27B;
}
</style>
background-color css
<style>
a { background-color: #FFE27B; }
a { background-color: rgb(255,226,123); }
div.DivClassName
{
background-color: #FFE27B;
}
.BgClassName
{
background-color: #FFE27B;
}
</style>
border-color css
<style>
span { border-color: #FFE27B; }
span { border-color: rgb(255,226,123); }
td.TdClassName
{
border-color: #FFE27B;
}
.TagClassName
{
border-color: #FFE27B;
}
</style>