Shades of Cavern Pink #E5B9AE
Tints of Cavern Pink #E5B9AE
RGB
CMYK
RGB Variations
Color information
#E5B9AE (or 0xE5B9AE) is known color: Cavern Pink. HEX triplet: E5, B9 and AE. RGB value is (229,185,174). Sum of RGB (Red+Green+Blue) = 229+185+174=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B9AE is #1A4651. Grayscale: #C4C4C4. Windows color (decimal): -1721938 or 11450853. OLE color: 11450853.
HSL color Cylindrical-coordinate representation of color #E5B9AE: hue angle of 12º degrees, saturation: 0.51, 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 #E5B9AE is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 174 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.10 |
| HSL | 12º | 0.51% | 0.79% | - |
| HSV(B) | 12º | 0.24% | 0.9% | - |
| XYZ | 57.3 | 54.41 | 47.53 | - |
| YUV | 196.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 174 | 0 | 0.19 | 0.24 | 0.10 | 12 | 0.51 | 0.79 |
| Hex | E5 | B9 | AE | 0 | 13 | 18 | A | C | 33 | 4F |
| Octal | 345 | 271 | 256 | 0 | 23 | 30 | 12 | 14 | 63 | 117 |
| Binary | 11100101 | 10111001 | 10101110 | 0 | 10011 | 11000 | 1010 | 1100 | 110011 | 1001111 |
Color Harmonies of #E5B9AE
Complementary color
Monochromatic Colors of #E5B9AE
Black with #E5B9AE
Text Example
Text Example
White with #E5B9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9AE; }
p { color: rgb(229,185,174); }
H1.HeaderClassName
{
color: #E5B9AE;
}
.AnyTagClassName
{
color: #E5B9AE;
}
</style>
background-color css
<style>
a { background-color: #E5B9AE; }
a { background-color: rgb(229,185,174); }
div.DivClassName
{
background-color: #E5B9AE;
}
.BgClassName
{
background-color: #E5B9AE;
}
</style>
border-color css
<style>
span { border-color: #E5B9AE; }
span { border-color: rgb(229,185,174); }
td.TdClassName
{
border-color: #E5B9AE;
}
.TagClassName
{
border-color: #E5B9AE;
}
</style>