#E1B7AE

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

Shades of Cavern Pink #E1B7AE

Tints of Cavern Pink #E1B7AE

Color information

#E1B7AE (or 0xE1B7AE) is unknown color: approx Cavern Pink. HEX triplet: E1, B7 and AE. RGB value is (225,183,174). Sum of RGB (Red+Green+Blue) = 225+183+174=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B7AE is #1E4851. Grayscale: #C2C2C2. Windows color (decimal): -1984594 or 11450337. OLE color: 11450337.

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

Color convert

RGB225183174-
CMYK00.190.230.12
HSL10.59º45.95%78.24%-
HSV(B)10.59º22.67%88.24%-
XYZ55.6252.9347.33-
YUV194.53116.41149.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 183 (71.88% from 255) = 31.44%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=38.66%
G=31.44%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518317400.190.230.1210.5945.9578.24
HexE1B7AE01317Cb2e4e
Octal34126725602327141356116
Binary11100001101101111010111001001110111110010111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B7AE; }

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

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

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

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

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

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

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

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