#E1BCAE

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

Shades of Cavern Pink #E1BCAE

Tints of Cavern Pink #E1BCAE

Color information

#E1BCAE (or 0xE1BCAE) is unknown color: approx Cavern Pink. HEX triplet: E1, BC and AE. RGB value is (225,188,174). Sum of RGB (Red+Green+Blue) = 225+188+174=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BCAE is #1E4351. Grayscale: #C5C5C5. Windows color (decimal): -1983314 or 11451617. OLE color: 11451617.

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

Color convert

RGB225188174-
CMYK00.160.230.12
HSL16.47º45.95%78.24%-
HSV(B)16.47º22.67%88.24%-
XYZ56.6755.0347.68-
YUV197.47114.76147.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.33%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=38.33%
G=32.03%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518817400.160.230.1216.4745.9578.24
HexE1BCAE01017C102e4e
Octal34127425602027142056116
Binary111000011011110010101110010000101111100100001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCAE; }

 p { color: rgb(225,188,174); }

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

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

 a { background-color: rgb(225,188,174); }

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

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

 span { border-color: rgb(225,188,174); }

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