Shades of Blossom #E4ADB4
Tints of Blossom #E4ADB4
RGB
CMYK
RGB Variations
Color information
#E4ADB4 (or 0xE4ADB4) is known color: Blossom. HEX triplet: E4, AD and B4. RGB value is (228,173,180). Sum of RGB (Red+Green+Blue) = 228+173+180=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ADB4 is #1B524B. Grayscale: #BEBEBE. Windows color (decimal): -1790540 or 11840996. OLE color: 11840996.
HSL color Cylindrical-coordinate representation of color #E4ADB4: hue angle of 352.36º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4ADB4 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 180 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.11 |
| HSL | 352.36º | 0.5% | 0.79% | - |
| HSV(B) | 352.36º | 0.24% | 0.89% | - |
| XYZ | 55.18 | 49.68 | 49.86 | - |
| YUV | 190.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 180 | 0 | 0.24 | 0.21 | 0.11 | 352.36 | 0.5 | 0.79 |
| Hex | E4 | AD | B4 | 0 | 18 | 15 | B | 160 | 32 | 4F |
| Octal | 344 | 255 | 264 | 0 | 30 | 25 | 13 | 540 | 62 | 117 |
| Binary | 11100100 | 10101101 | 10110100 | 0 | 11000 | 10101 | 1011 | 101100000 | 110010 | 1001111 |
Color Harmonies of #E4ADB4
Complementary color
Monochromatic Colors of #E4ADB4
Black with #E4ADB4
Text Example
Text Example
White with #E4ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADB4; }
p { color: rgb(228,173,180); }
H1.HeaderClassName
{
color: #E4ADB4;
}
.AnyTagClassName
{
color: #E4ADB4;
}
</style>
background-color css
<style>
a { background-color: #E4ADB4; }
a { background-color: rgb(228,173,180); }
div.DivClassName
{
background-color: #E4ADB4;
}
.BgClassName
{
background-color: #E4ADB4;
}
</style>
border-color css
<style>
span { border-color: #E4ADB4; }
span { border-color: rgb(228,173,180); }
td.TdClassName
{
border-color: #E4ADB4;
}
.TagClassName
{
border-color: #E4ADB4;
}
</style>