Shades of Cavern Pink #E5BAAD
Tints of Cavern Pink #E5BAAD
RGB
CMYK
RGB Variations
Color information
#E5BAAD (or 0xE5BAAD) is known color: Cavern Pink. HEX triplet: E5, BA and AD. RGB value is (229,186,173). Sum of RGB (Red+Green+Blue) = 229+186+173=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BAAD is #1A4552. Grayscale: #C5C5C5. Windows color (decimal): -1721683 or 11385573. OLE color: 11385573.
HSL color Cylindrical-coordinate representation of color #E5BAAD: hue angle of 13.93º 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 #E5BAAD is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 173 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.10 |
| HSL | 13.93º | 0.52% | 0.79% | - |
| HSV(B) | 13.93º | 0.24% | 0.9% | - |
| XYZ | 57.41 | 54.79 | 47.09 | - |
| YUV | 197.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 173 | 0 | 0.19 | 0.24 | 0.10 | 13.93 | 0.52 | 0.79 |
| Hex | E5 | BA | AD | 0 | 13 | 18 | A | E | 34 | 4F |
| Octal | 345 | 272 | 255 | 0 | 23 | 30 | 12 | 16 | 64 | 117 |
| Binary | 11100101 | 10111010 | 10101101 | 0 | 10011 | 11000 | 1010 | 1110 | 110100 | 1001111 |
Color Harmonies of #E5BAAD
Complementary color
Monochromatic Colors of #E5BAAD
Black with #E5BAAD
Text Example
Text Example
White with #E5BAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAAD; }
p { color: rgb(229,186,173); }
H1.HeaderClassName
{
color: #E5BAAD;
}
.AnyTagClassName
{
color: #E5BAAD;
}
</style>
background-color css
<style>
a { background-color: #E5BAAD; }
a { background-color: rgb(229,186,173); }
div.DivClassName
{
background-color: #E5BAAD;
}
.BgClassName
{
background-color: #E5BAAD;
}
</style>
border-color css
<style>
span { border-color: #E5BAAD; }
span { border-color: rgb(229,186,173); }
td.TdClassName
{
border-color: #E5BAAD;
}
.TagClassName
{
border-color: #E5BAAD;
}
</style>