#EBCABA

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

Shades of Watusi #EBCABA

Tints of Watusi #EBCABA

Color information

#EBCABA (or 0xEBCABA) is unknown color: approx Watusi. HEX triplet: EB, CA and BA. RGB value is (235,202,186). Sum of RGB (Red+Green+Blue) = 235+202+186=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCABA is #143545. Grayscale: #D2D2D2. Windows color (decimal): -1324358 or 12241643. OLE color: 12241643.

HSL color Cylindrical-coordinate representation of color #EBCABA: hue angle of 19.59º 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 #EBCABA is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235202186-
CMYK00.140.210.08
HSL19.59º55.06%82.55%-
HSV(B)19.59º20.85%92.16%-
XYZ64.2463.4555.32-
YUV210.04114.43145.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=37.72%
G=32.42%
B=29.86%

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
Decimal23520218600.140.210.0819.5955.0682.55
HexEBCABA0E158143753
Octal35331227201625102467123
Binary11101011110010101011101001110101011000101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCABA; }

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

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

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

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

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

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

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

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