#E5B7AF

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

Shades of Cavern Pink #E5B7AF

Tints of Cavern Pink #E5B7AF

Color information

#E5B7AF (or 0xE5B7AF) is unknown color: approx Cavern Pink. HEX triplet: E5, B7 and AF. RGB value is (229,183,175). Sum of RGB (Red+Green+Blue) = 229+183+175=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B7AF is #1A4850. Grayscale: #C3C3C3. Windows color (decimal): -1722449 or 11515877. OLE color: 11515877.

HSL color Cylindrical-coordinate representation of color #E5B7AF: hue angle of 8.89º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B7AF is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229183175-
CMYK00.200.240.10
HSL8.89º50.94%79.22%-
HSV(B)8.89º23.58%89.8%-
XYZ56.9853.6247.9-
YUV195.84116.24151.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.01%
GREEN value IS 183 (71.88% from 255) = 31.18%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=39.01%
G=31.18%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918317500.200.240.108.8950.9479.22
HexE5B7AF01418A9334f
Octal34526725702430121163117
Binary11100101101101111010111101010011000101010011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B7AF; }

 p { color: rgb(229,183,175); }

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

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

 a { background-color: rgb(229,183,175); }

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

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

 span { border-color: rgb(229,183,175); }

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