#E0B2AD

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

Shades of Cavern Pink #E0B2AD

Tints of Cavern Pink #E0B2AD

Color information

#E0B2AD (or 0xE0B2AD) is unknown color: approx Cavern Pink. HEX triplet: E0, B2 and AD. RGB value is (224,178,173). Sum of RGB (Red+Green+Blue) = 224+178+173=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B2AD is #1F4D52. Grayscale: #BFBFBF. Windows color (decimal): -2051411 or 11383520. OLE color: 11383520.

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

Color convert

RGB224178173-
CMYK00.210.230.12
HSL5.88º45.13%77.84%-
HSV(B)5.88º22.77%87.84%-
XYZ54.250.7146.47-
YUV191.18117.74151.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 178 (69.92% from 255) = 30.96%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=38.96%
G=30.96%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417817300.210.230.125.8845.1377.84
HexE0B2AD01517C62d4e
Octal3402622550252714655116
Binary1110000010110010101011010101011011111001101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B2AD; }

 p { color: rgb(224,178,173); }

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

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

 a { background-color: rgb(224,178,173); }

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

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

 span { border-color: rgb(224,178,173); }

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