#E0B2AE

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

Shades of Cavern Pink #E0B2AE

Tints of Cavern Pink #E0B2AE

Color information

#E0B2AE (or 0xE0B2AE) is unknown color: approx Cavern Pink. HEX triplet: E0, B2 and AE. RGB value is (224,178,174). Sum of RGB (Red+Green+Blue) = 224+178+174=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B2AE is #1F4D51. Grayscale: #BFBFBF. Windows color (decimal): -2051410 or 11449056. OLE color: 11449056.

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

Color convert

RGB224178174-
CMYK00.210.220.12
HSL4.8º44.64%78.04%-
HSV(B)4.8º22.32%87.84%-
XYZ54.350.7446.98-
YUV191.3118.24151.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 178 (69.92% from 255) = 30.90%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=38.89%
G=30.90%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417817400.210.220.124.844.6478.04
HexE0B2AE01516C52d4e
Octal3402622560252614555116
Binary1110000010110010101011100101011011011001011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B2AE; }

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

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

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

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

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

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

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

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