#E0B9AF

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

Shades of Cavern Pink #E0B9AF

Tints of Cavern Pink #E0B9AF

Color information

#E0B9AF (or 0xE0B9AF) is unknown color: approx Cavern Pink. HEX triplet: E0, B9 and AF. RGB value is (224,185,175). Sum of RGB (Red+Green+Blue) = 224+185+175=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B9AF is #1F4650. Grayscale: #C3C3C3. Windows color (decimal): -2049617 or 11516384. OLE color: 11516384.

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

Color convert

RGB224185175-
CMYK00.170.220.12
HSL12.24º44.14%78.24%-
HSV(B)12.24º21.88%87.84%-
XYZ55.8353.6447.97-
YUV195.52116.42148.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=38.36%
G=31.68%
B=29.97%

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
Decimal22418517500.170.220.1212.2444.1478.24
HexE0B9AF01116Cc2c4e
Octal34027125702126141454116
Binary11100000101110011010111101000110110110011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9AF; }

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

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

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

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

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

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

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

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