#E0B4AB

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

Shades of Cavern Pink #E0B4AB

Tints of Cavern Pink #E0B4AB

Color information

#E0B4AB (or 0xE0B4AB) is unknown color: approx Cavern Pink. HEX triplet: E0, B4 and AB. RGB value is (224,180,171). Sum of RGB (Red+Green+Blue) = 224+180+171=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B4AB is #1F4B54. Grayscale: #C0C0C0. Windows color (decimal): -2050901 or 11252960. OLE color: 11252960.

HSL color Cylindrical-coordinate representation of color #E0B4AB: hue angle of 10.19º 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 #E0B4AB is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224180171-
CMYK00.200.240.12
HSL10.19º46.09%77.45%-
HSV(B)10.19º23.66%87.84%-
XYZ54.4151.4345.59-
YUV192.13116.08150.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=38.96%
G=31.30%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418017100.200.240.1210.1946.0977.45
HexE0B4AB01418Ca2e4d
Octal34026425302430141256115
Binary11100000101101001010101101010011000110010101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B4AB; }

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

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

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

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

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

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

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

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