Shades of Peach-Yellow #FFE3AE
Tints of Peach-Yellow #FFE3AE
RGB
CMYK
RGB Variations
Color information
#FFE3AE (or 0xFFE3AE) is known color: Peach-Yellow. HEX triplet: FF, E3 and AE. RGB value is (255,227,174). Sum of RGB (Red+Green+Blue) = 255+227+174=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 174 (68.36% from 255 or 26.52% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE3AE is #001C51. Grayscale: #E5E5E5. Windows color (decimal): -7250 or 11461631. OLE color: 11461631.
HSL color Cylindrical-coordinate representation of color #FFE3AE: hue angle of 39.26º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFE3AE is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 174 | - |
| CMYK | 0 | 0.11 | 0.32 | 0 |
| HSL | 39.26º | 1% | 0.84% | - |
| HSV(B) | 39.26º | 0.32% | 1% | - |
| XYZ | 76.35 | 79.25 | 51.32 | - |
| YUV | 229.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 174 | 0 | 0.11 | 0.32 | 0 | 39.26 | 1 | 0.84 |
| Hex | FF | E3 | AE | 0 | B | 20 | 0 | 27 | 64 | 54 |
| Octal | 377 | 343 | 256 | 0 | 13 | 40 | 0 | 47 | 144 | 124 |
| Binary | 11111111 | 11100011 | 10101110 | 0 | 1011 | 100000 | 0 | 100111 | 1100100 | 1010100 |
Color Harmonies of #FFE3AE
Complementary color
Monochromatic Colors of #FFE3AE
Black with #FFE3AE
Text Example
Text Example
White with #FFE3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3AE; }
p { color: rgb(255,227,174); }
H1.HeaderClassName
{
color: #FFE3AE;
}
.AnyTagClassName
{
color: #FFE3AE;
}
</style>
background-color css
<style>
a { background-color: #FFE3AE; }
a { background-color: rgb(255,227,174); }
div.DivClassName
{
background-color: #FFE3AE;
}
.BgClassName
{
background-color: #FFE3AE;
}
</style>
border-color css
<style>
span { border-color: #FFE3AE; }
span { border-color: rgb(255,227,174); }
td.TdClassName
{
border-color: #FFE3AE;
}
.TagClassName
{
border-color: #FFE3AE;
}
</style>