#E0BBAE

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

Shades of Cavern Pink #E0BBAE

Tints of Cavern Pink #E0BBAE

Color information

#E0BBAE (or 0xE0BBAE) is unknown color: approx Cavern Pink. HEX triplet: E0, BB and AE. RGB value is (224,187,174). Sum of RGB (Red+Green+Blue) = 224+187+174=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BBAE is #1F4451. Grayscale: #C4C4C4. Windows color (decimal): -2049106 or 11451360. OLE color: 11451360.

HSL color Cylindrical-coordinate representation of color #E0BBAE: hue angle of 15.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BBAE is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224187174-
CMYK00.170.220.12
HSL15.6º44.64%78.04%-
HSV(B)15.6º22.32%87.84%-
XYZ56.1554.4447.59-
YUV196.58115.26147.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=38.29%
G=31.97%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418717400.170.220.1215.644.6478.04
HexE0BBAE01116C102d4e
Octal34027325602126142055116
Binary111000001011101110101110010001101101100100001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBAE; }

 p { color: rgb(224,187,174); }

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

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

 a { background-color: rgb(224,187,174); }

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

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

 span { border-color: rgb(224,187,174); }

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