#EBC9BA

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

Shades of Watusi #EBC9BA

Tints of Watusi #EBC9BA

Color information

#EBC9BA (or 0xEBC9BA) is unknown color: approx Watusi. HEX triplet: EB, C9 and BA. RGB value is (235,201,186). Sum of RGB (Red+Green+Blue) = 235+201+186=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9BA is #143645. Grayscale: #D1D1D1. Windows color (decimal): -1324614 or 12241387. OLE color: 12241387.

HSL color Cylindrical-coordinate representation of color #EBC9BA: hue angle of 18.37º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC9BA is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235201186-
CMYK00.140.210.08
HSL18.37º55.06%82.55%-
HSV(B)18.37º20.85%92.16%-
XYZ64.0162.9855.24-
YUV209.46114.76146.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=37.78%
G=32.32%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520118600.140.210.0818.3755.0682.55
HexEBC9BA0E158123753
Octal35331127201625102267123
Binary11101011110010011011101001110101011000100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9BA; }

 p { color: rgb(235,201,186); }

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

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

 a { background-color: rgb(235,201,186); }

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

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

 span { border-color: rgb(235,201,186); }

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