#E0BAAF

Color #E0BAAF Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #E0BAAF

Tints of Cavern Pink #E0BAAF

Color information

#E0BAAF (or 0xE0BAAF) is unknown color: approx Cavern Pink. HEX triplet: E0, BA and AF. RGB value is (224,186,175). Sum of RGB (Red+Green+Blue) = 224+186+175=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BAAF is #1F4550. Grayscale: #C4C4C4. Windows color (decimal): -2049361 or 11516640. OLE color: 11516640.

HSL color Cylindrical-coordinate representation of color #E0BAAF: hue angle of 13.47º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BAAF is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224186175-
CMYK00.170.220.12
HSL13.47º44.14%78.24%-
HSV(B)13.47º21.88%87.84%-
XYZ56.0454.0648.04-
YUV196.11116.09147.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=38.29%
G=31.79%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418617500.170.220.1213.4744.1478.24
HexE0BAAF01116Cd2c4e
Octal34027225702126141554116
Binary11100000101110101010111101000110110110011011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAAF; }

 p { color: rgb(224,186,175); }

 H1.HeaderClassName
 {
   color: #E0BAAF;
 }
 .AnyTagClassName
 {
   color: #E0BAAF;
 }
</style>
background-color css

<style>
 a { background-color: #E0BAAF; }

 a { background-color: rgb(224,186,175); }

 div.DivClassName
 {
   background-color: #E0BAAF;
 }
 .BgClassName
 {
   background-color: #E0BAAF;
 }
</style>
border-color css

<style>
 span { border-color: #E0BAAF; }

 span { border-color: rgb(224,186,175); }

 td.TdClassName
 {
   border-color: #E0BAAF;
 }
 .TagClassName
 {
   border-color: #E0BAAF;
 }
</style>