#E4BAAF

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

Shades of Cavern Pink #E4BAAF

Tints of Cavern Pink #E4BAAF

Color information

#E4BAAF (or 0xE4BAAF) is unknown color: approx Cavern Pink. HEX triplet: E4, BA and AF. RGB value is (228,186,175). Sum of RGB (Red+Green+Blue) = 228+186+175=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BAAF is #1B4550. Grayscale: #C5C5C5. Windows color (decimal): -1787217 or 11516644. OLE color: 11516644.

HSL color Cylindrical-coordinate representation of color #E4BAAF: hue angle of 12.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BAAF is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB228186175-
CMYK00.180.230.11
HSL12.45º49.53%79.02%-
HSV(B)12.45º23.25%89.41%-
XYZ57.2954.7148.1-
YUV197.3115.41149.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.71%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=38.71%
G=31.58%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818617500.180.230.1112.4549.5379.02
HexE4BAAF01217Bc324f
Octal34427225702227131462117
Binary11100100101110101010111101001010111101111001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAAF; }

 p { color: rgb(228,186,175); }

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

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

 a { background-color: rgb(228,186,175); }

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

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

 span { border-color: rgb(228,186,175); }

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