Shades of Cavern Pink #E0B3AD
Tints of Cavern Pink #E0B3AD
RGB
CMYK
RGB Variations
Color information
#E0B3AD (or 0xE0B3AD) is known color: Cavern Pink. HEX triplet: E0, B3 and AD. RGB value is (224,179,173). Sum of RGB (Red+Green+Blue) = 224+179+173=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B3AD is #1F4C52. Grayscale: #BFBFBF. Windows color (decimal): -2051155 or 11383776. OLE color: 11383776.
HSL color Cylindrical-coordinate representation of color #E0B3AD: hue angle of 7.06º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0B3AD is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 173 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.12 |
| HSL | 7.06º | 0.45% | 0.78% | - |
| HSV(B) | 7.06º | 0.23% | 0.88% | - |
| XYZ | 54.4 | 51.1 | 46.53 | - |
| YUV | 191.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 173 | 0 | 0.20 | 0.23 | 0.12 | 7.06 | 0.45 | 0.78 |
| Hex | E0 | B3 | AD | 0 | 14 | 17 | C | 7 | 2D | 4E |
| Octal | 340 | 263 | 255 | 0 | 24 | 27 | 14 | 7 | 55 | 116 |
| Binary | 11100000 | 10110011 | 10101101 | 0 | 10100 | 10111 | 1100 | 111 | 101101 | 1001110 |
Color Harmonies of #E0B3AD
Complementary color
Monochromatic Colors of #E0B3AD
Black with #E0B3AD
Text Example
Text Example
White with #E0B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B3AD; }
p { color: rgb(224,179,173); }
H1.HeaderClassName
{
color: #E0B3AD;
}
.AnyTagClassName
{
color: #E0B3AD;
}
</style>
background-color css
<style>
a { background-color: #E0B3AD; }
a { background-color: rgb(224,179,173); }
div.DivClassName
{
background-color: #E0B3AD;
}
.BgClassName
{
background-color: #E0B3AD;
}
</style>
border-color css
<style>
span { border-color: #E0B3AD; }
span { border-color: rgb(224,179,173); }
td.TdClassName
{
border-color: #E0B3AD;
}
.TagClassName
{
border-color: #E0B3AD;
}
</style>