Shades of Peach-Yellow #FEE3AF
Tints of Peach-Yellow #FEE3AF
RGB
CMYK
RGB Variations
Color information
#FEE3AF (or 0xFEE3AF) is known color: Peach-Yellow. HEX triplet: FE, E3 and AF. RGB value is (254,227,175). Sum of RGB (Red+Green+Blue) = 254+227+175=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE3AF is #011C50. Grayscale: #E5E5E5. Windows color (decimal): -72785 or 11527166. OLE color: 11527166.
HSL color Cylindrical-coordinate representation of color #FEE3AF: hue angle of 39.49º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEE3AF is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 175 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.00 |
| HSL | 39.49º | 0.98% | 0.84% | - |
| HSV(B) | 39.49º | 0.31% | 1% | - |
| XYZ | 76.08 | 79.1 | 51.82 | - |
| YUV | 229.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 175 | 0 | 0.11 | 0.31 | 0.00 | 39.49 | 0.98 | 0.84 |
| Hex | FE | E3 | AF | 0 | B | 1F | 0 | 27 | 62 | 54 |
| Octal | 376 | 343 | 257 | 0 | 13 | 37 | 0 | 47 | 142 | 124 |
| Binary | 11111110 | 11100011 | 10101111 | 0 | 1011 | 11111 | 0 | 100111 | 1100010 | 1010100 |
Color Harmonies of #FEE3AF
Complementary color
Monochromatic Colors of #FEE3AF
Black with #FEE3AF
Text Example
Text Example
White with #FEE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3AF; }
p { color: rgb(254,227,175); }
H1.HeaderClassName
{
color: #FEE3AF;
}
.AnyTagClassName
{
color: #FEE3AF;
}
</style>
background-color css
<style>
a { background-color: #FEE3AF; }
a { background-color: rgb(254,227,175); }
div.DivClassName
{
background-color: #FEE3AF;
}
.BgClassName
{
background-color: #FEE3AF;
}
</style>
border-color css
<style>
span { border-color: #FEE3AF; }
span { border-color: rgb(254,227,175); }
td.TdClassName
{
border-color: #FEE3AF;
}
.TagClassName
{
border-color: #FEE3AF;
}
</style>