Shades of Peach-Yellow #F7E0AD
Tints of Peach-Yellow #F7E0AD
RGB
CMYK
RGB Variations
Color information
#F7E0AD (or 0xF7E0AD) is known color: Peach-Yellow. HEX triplet: F7, E0 and AD. RGB value is (247,224,173). Sum of RGB (Red+Green+Blue) = 247+224+173=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E0AD is #081F52. Grayscale: #E1E1E1. Windows color (decimal): -532307 or 11395319. OLE color: 11395319.
HSL color Cylindrical-coordinate representation of color #F7E0AD: hue angle of 41.35º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7E0AD is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 173 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.03 |
| HSL | 41.35º | 0.82% | 0.82% | - |
| HSV(B) | 41.35º | 0.3% | 0.97% | - |
| XYZ | 72.56 | 76.1 | 50.4 | - |
| YUV | 225.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 173 | 0 | 0.09 | 0.30 | 0.03 | 41.35 | 0.82 | 0.82 |
| Hex | F7 | E0 | AD | 0 | 9 | 1E | 3 | 29 | 52 | 52 |
| Octal | 367 | 340 | 255 | 0 | 11 | 36 | 3 | 51 | 122 | 122 |
| Binary | 11110111 | 11100000 | 10101101 | 0 | 1001 | 11110 | 11 | 101001 | 1010010 | 1010010 |
Color Harmonies of #F7E0AD
Complementary color
Monochromatic Colors of #F7E0AD
Black with #F7E0AD
Text Example
Text Example
White with #F7E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0AD; }
p { color: rgb(247,224,173); }
H1.HeaderClassName
{
color: #F7E0AD;
}
.AnyTagClassName
{
color: #F7E0AD;
}
</style>
background-color css
<style>
a { background-color: #F7E0AD; }
a { background-color: rgb(247,224,173); }
div.DivClassName
{
background-color: #F7E0AD;
}
.BgClassName
{
background-color: #F7E0AD;
}
</style>
border-color css
<style>
span { border-color: #F7E0AD; }
span { border-color: rgb(247,224,173); }
td.TdClassName
{
border-color: #F7E0AD;
}
.TagClassName
{
border-color: #F7E0AD;
}
</style>