Shades of Cavern Pink #E5B9AD
Tints of Cavern Pink #E5B9AD
RGB
CMYK
RGB Variations
Color information
#E5B9AD (or 0xE5B9AD) is known color: Cavern Pink. HEX triplet: E5, B9 and AD. RGB value is (229,185,173). Sum of RGB (Red+Green+Blue) = 229+185+173=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B9AD is #1A4652. Grayscale: #C4C4C4. Windows color (decimal): -1721939 or 11385317. OLE color: 11385317.
HSL color Cylindrical-coordinate representation of color #E5B9AD: hue angle of 12.86º 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 #E5B9AD is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 173 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.10 |
| HSL | 12.86º | 0.52% | 0.79% | - |
| HSV(B) | 12.86º | 0.24% | 0.9% | - |
| XYZ | 57.2 | 54.37 | 47.02 | - |
| YUV | 196.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 173 | 0 | 0.19 | 0.24 | 0.10 | 12.86 | 0.52 | 0.79 |
| Hex | E5 | B9 | AD | 0 | 13 | 18 | A | D | 34 | 4F |
| Octal | 345 | 271 | 255 | 0 | 23 | 30 | 12 | 15 | 64 | 117 |
| Binary | 11100101 | 10111001 | 10101101 | 0 | 10011 | 11000 | 1010 | 1101 | 110100 | 1001111 |
Color Harmonies of #E5B9AD
Complementary color
Monochromatic Colors of #E5B9AD
Black with #E5B9AD
Text Example
Text Example
White with #E5B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9AD; }
p { color: rgb(229,185,173); }
H1.HeaderClassName
{
color: #E5B9AD;
}
.AnyTagClassName
{
color: #E5B9AD;
}
</style>
background-color css
<style>
a { background-color: #E5B9AD; }
a { background-color: rgb(229,185,173); }
div.DivClassName
{
background-color: #E5B9AD;
}
.BgClassName
{
background-color: #E5B9AD;
}
</style>
border-color css
<style>
span { border-color: #E5B9AD; }
span { border-color: rgb(229,185,173); }
td.TdClassName
{
border-color: #E5B9AD;
}
.TagClassName
{
border-color: #E5B9AD;
}
</style>