#E0B9AE

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

Shades of Cavern Pink #E0B9AE

Tints of Cavern Pink #E0B9AE

Color information

#E0B9AE (or 0xE0B9AE) is unknown color: approx Cavern Pink. HEX triplet: E0, B9 and AE. RGB value is (224,185,174). Sum of RGB (Red+Green+Blue) = 224+185+174=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B9AE is #1F4651. Grayscale: #C3C3C3. Windows color (decimal): -2049618 or 11450848. OLE color: 11450848.

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

Color convert

RGB224185174-
CMYK00.170.220.12
HSL13.2º44.64%78.04%-
HSV(B)13.2º22.32%87.84%-
XYZ55.7353.647.45-
YUV195.41115.92148.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=38.42%
G=31.73%
B=29.85%

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
Decimal22418517400.170.220.1213.244.6478.04
HexE0B9AE01116Cd2d4e
Octal34027125602126141555116
Binary11100000101110011010111001000110110110011011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9AE; }

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

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

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

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

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

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

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

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