Shades of Peach-Yellow #FEE4AD
Tints of Peach-Yellow #FEE4AD
RGB
CMYK
RGB Variations
Color information
#FEE4AD (or 0xFEE4AD) is known color: Peach-Yellow. HEX triplet: FE, E4 and AD. RGB value is (254,228,173). Sum of RGB (Red+Green+Blue) = 254+228+173=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4AD is #011B52. Grayscale: #E5E5E5. Windows color (decimal): -72531 or 11396350. OLE color: 11396350.
HSL color Cylindrical-coordinate representation of color #FEE4AD: hue angle of 40.74º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEE4AD is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 173 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.00 |
| HSL | 40.74º | 0.98% | 0.84% | - |
| HSV(B) | 40.74º | 0.32% | 1% | - |
| XYZ | 76.16 | 79.57 | 50.88 | - |
| YUV | 229.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 173 | 0 | 0.10 | 0.32 | 0.00 | 40.74 | 0.98 | 0.84 |
| Hex | FE | E4 | AD | 0 | A | 20 | 0 | 29 | 62 | 54 |
| Octal | 376 | 344 | 255 | 0 | 12 | 40 | 0 | 51 | 142 | 124 |
| Binary | 11111110 | 11100100 | 10101101 | 0 | 1010 | 100000 | 0 | 101001 | 1100010 | 1010100 |
Color Harmonies of #FEE4AD
Complementary color
Monochromatic Colors of #FEE4AD
Black with #FEE4AD
Text Example
Text Example
White with #FEE4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4AD; }
p { color: rgb(254,228,173); }
H1.HeaderClassName
{
color: #FEE4AD;
}
.AnyTagClassName
{
color: #FEE4AD;
}
</style>
background-color css
<style>
a { background-color: #FEE4AD; }
a { background-color: rgb(254,228,173); }
div.DivClassName
{
background-color: #FEE4AD;
}
.BgClassName
{
background-color: #FEE4AD;
}
</style>
border-color css
<style>
span { border-color: #FEE4AD; }
span { border-color: rgb(254,228,173); }
td.TdClassName
{
border-color: #FEE4AD;
}
.TagClassName
{
border-color: #FEE4AD;
}
</style>