Shades of Blossom #E5ADB4
Tints of Blossom #E5ADB4
RGB
CMYK
RGB Variations
Color information
#E5ADB4 (or 0xE5ADB4) is known color: Blossom. HEX triplet: E5, AD and B4. RGB value is (229,173,180). Sum of RGB (Red+Green+Blue) = 229+173+180=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ADB4 is #1A524B. Grayscale: #BEBEBE. Windows color (decimal): -1725004 or 11840997. OLE color: 11840997.
HSL color Cylindrical-coordinate representation of color #E5ADB4: hue angle of 352.5º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5ADB4 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 180 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.10 |
| HSL | 352.5º | 0.52% | 0.79% | - |
| HSV(B) | 352.5º | 0.24% | 0.9% | - |
| XYZ | 55.49 | 49.84 | 49.88 | - |
| YUV | 190.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 180 | 0 | 0.24 | 0.21 | 0.10 | 352.5 | 0.52 | 0.79 |
| Hex | E5 | AD | B4 | 0 | 18 | 15 | A | 160 | 34 | 4F |
| Octal | 345 | 255 | 264 | 0 | 30 | 25 | 12 | 540 | 64 | 117 |
| Binary | 11100101 | 10101101 | 10110100 | 0 | 11000 | 10101 | 1010 | 101100000 | 110100 | 1001111 |
Color Harmonies of #E5ADB4
Complementary color
Monochromatic Colors of #E5ADB4
Black with #E5ADB4
Text Example
Text Example
White with #E5ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADB4; }
p { color: rgb(229,173,180); }
H1.HeaderClassName
{
color: #E5ADB4;
}
.AnyTagClassName
{
color: #E5ADB4;
}
</style>
background-color css
<style>
a { background-color: #E5ADB4; }
a { background-color: rgb(229,173,180); }
div.DivClassName
{
background-color: #E5ADB4;
}
.BgClassName
{
background-color: #E5ADB4;
}
</style>
border-color css
<style>
span { border-color: #E5ADB4; }
span { border-color: rgb(229,173,180); }
td.TdClassName
{
border-color: #E5ADB4;
}
.TagClassName
{
border-color: #E5ADB4;
}
</style>