#E9CDBA

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

Shades of Watusi #E9CDBA

Tints of Watusi #E9CDBA

Color information

#E9CDBA (or 0xE9CDBA) is unknown color: approx Watusi. HEX triplet: E9, CD and BA. RGB value is (233,205,186). Sum of RGB (Red+Green+Blue) = 233+205+186=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDBA is #163245. Grayscale: #D3D3D3. Windows color (decimal): -1454662 or 12242409. OLE color: 12242409.

HSL color Cylindrical-coordinate representation of color #E9CDBA: hue angle of 24.26º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9CDBA is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233205186-
CMYK00.120.200.09
HSL24.26º51.65%82.16%-
HSV(B)24.26º20.17%91.37%-
XYZ64.364.5355.52-
YUV211.21113.78143.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.34%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=37.34%
G=32.85%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320518600.120.200.0924.2651.6582.16
HexE9CDBA0C149183452
Octal35131527201424113064122
Binary11101001110011011011101001100101001001110001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDBA; }

 p { color: rgb(233,205,186); }

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

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

 a { background-color: rgb(233,205,186); }

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

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

 span { border-color: rgb(233,205,186); }

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