Shades of Sweet Corn #FFEA7D
Tints of Sweet Corn #FFEA7D
RGB
CMYK
RGB Variations
Color information
#FFEA7D (or 0xFFEA7D) is known color: Sweet Corn. HEX triplet: FF, EA and 7D. RGB value is (255,234,125). Sum of RGB (Red+Green+Blue) = 255+234+125=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 125 (49.22% from 255 or 20.36% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA7D is #001582. Grayscale: #E4E4E4. Windows color (decimal): -5507 or 8252159. OLE color: 8252159.
HSL color Cylindrical-coordinate representation of color #FFEA7D: hue angle of 50.31º 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 #FFEA7D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 234 | 125 | - |
CMYK | 0 | 0.08 | 0.51 | 0 |
HSL | 50.31º | 1% | 0.75% | - |
HSV(B) | 50.31º | 0.51% | 1% | - |
XYZ | 74.36 | 81.59 | 31.23 | - |
YUV | 227.85 | 69.96 | 147.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 234 | 125 | 0 | 0.08 | 0.51 | 0 | 50.31 | 1 | 0.75 |
Hex | FF | EA | 7D | 0 | 8 | 33 | 0 | 32 | 64 | 4B |
Octal | 377 | 352 | 175 | 0 | 10 | 63 | 0 | 62 | 144 | 113 |
Binary | 11111111 | 11101010 | 1111101 | 0 | 1000 | 110011 | 0 | 110010 | 1100100 | 1001011 |
Color Harmonies of #FFEA7D
Complementary color
Monochromatic Colors of #FFEA7D
Black with #FFEA7D
Text Example
Text Example
White with #FFEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA7D; }
p { color: rgb(255,234,125); }
H1.HeaderClassName
{
color: #FFEA7D;
}
.AnyTagClassName
{
color: #FFEA7D;
}
</style>
background-color css
<style>
a { background-color: #FFEA7D; }
a { background-color: rgb(255,234,125); }
div.DivClassName
{
background-color: #FFEA7D;
}
.BgClassName
{
background-color: #FFEA7D;
}
</style>
border-color css
<style>
span { border-color: #FFEA7D; }
span { border-color: rgb(255,234,125); }
td.TdClassName
{
border-color: #FFEA7D;
}
.TagClassName
{
border-color: #FFEA7D;
}
</style>