#E3B9AD

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

Shades of Cavern Pink #E3B9AD

Tints of Cavern Pink #E3B9AD

Color information

#E3B9AD (or 0xE3B9AD) is unknown color: approx Cavern Pink. HEX triplet: E3, B9 and AD. RGB value is (227,185,173). Sum of RGB (Red+Green+Blue) = 227+185+173=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B9AD is #1C4652. Grayscale: #C4C4C4. Windows color (decimal): -1853011 or 11385315. OLE color: 11385315.

HSL color Cylindrical-coordinate representation of color #E3B9AD: hue angle of 13.33º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3B9AD is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB227185173-
CMYK00.190.240.11
HSL13.33º49.09%78.43%-
HSV(B)13.33º23.79%89.02%-
XYZ56.5754.0546.99-
YUV196.19114.91149.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=38.80%
G=31.62%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718517300.190.240.1113.3349.0978.43
HexE3B9AD01318Bd314e
Octal34327125502330131561116
Binary11100011101110011010110101001111000101111011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B9AD; }

 p { color: rgb(227,185,173); }

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

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

 a { background-color: rgb(227,185,173); }

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

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

 span { border-color: rgb(227,185,173); }

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