#E0B9AB

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

Shades of Cavern Pink #E0B9AB

Tints of Cavern Pink #E0B9AB

Color information

#E0B9AB (or 0xE0B9AB) is unknown color: approx Cavern Pink. HEX triplet: E0, B9 and AB. RGB value is (224,185,171). Sum of RGB (Red+Green+Blue) = 224+185+171=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B9AB is #1F4654. Grayscale: #C3C3C3. Windows color (decimal): -2049621 or 11254240. OLE color: 11254240.

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

Color convert

RGB224185171-
CMYK00.170.240.12
HSL15.85º46.09%77.45%-
HSV(B)15.85º23.66%87.84%-
XYZ55.4453.4945.93-
YUV195.06114.42148.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=38.62%
G=31.90%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418517100.170.240.1215.8546.0977.45
HexE0B9AB01118C102e4d
Octal34027125302130142056115
Binary111000001011100110101011010001110001100100001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9AB; }

 p { color: rgb(224,185,171); }

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

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

 a { background-color: rgb(224,185,171); }

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

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

 span { border-color: rgb(224,185,171); }

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