#E0B4AC

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

Shades of Cavern Pink #E0B4AC

Tints of Cavern Pink #E0B4AC

Color information

#E0B4AC (or 0xE0B4AC) is unknown color: approx Cavern Pink. HEX triplet: E0, B4 and AC. RGB value is (224,180,172). Sum of RGB (Red+Green+Blue) = 224+180+172=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B4AC is #1F4B53. Grayscale: #C0C0C0. Windows color (decimal): -2050900 or 11318496. OLE color: 11318496.

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

Color convert

RGB224180172-
CMYK00.200.230.12
HSL9.23º45.61%77.65%-
HSV(B)9.23º23.21%87.84%-
XYZ54.5151.4746.09-
YUV192.24116.58150.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 180 (70.70% from 255) = 31.25%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=38.89%
G=31.25%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418017200.200.230.129.2345.6177.65
HexE0B4AC01417C92e4e
Octal34026425402427141156116
Binary11100000101101001010110001010010111110010011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B4AC; }

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

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

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

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

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

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

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

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