#E5B4AF

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

Shades of Cavern Pink #E5B4AF

Tints of Cavern Pink #E5B4AF

Color information

#E5B4AF (or 0xE5B4AF) is unknown color: approx Cavern Pink. HEX triplet: E5, B4 and AF. RGB value is (229,180,175). Sum of RGB (Red+Green+Blue) = 229+180+175=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B4AF is #1A4B50. Grayscale: #C2C2C2. Windows color (decimal): -1723217 or 11515109. OLE color: 11515109.

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

Color convert

RGB229180175-
CMYK00.210.240.10
HSL5.56º50.94%79.22%-
HSV(B)5.56º23.58%89.8%-
XYZ56.3752.447.7-
YUV194.08117.23152.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.21%
GREEN value IS 180 (70.70% from 255) = 30.82%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=39.21%
G=30.82%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918017500.210.240.105.5650.9479.22
HexE5B4AF01518A6334f
Octal3452642570253012663117
Binary1110010110110100101011110101011100010101101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B4AF; }

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

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

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

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

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

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

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

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