#EBCAB8

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

Shades of Watusi #EBCAB8

Tints of Watusi #EBCAB8

Color information

#EBCAB8 (or 0xEBCAB8) is unknown color: approx Watusi. HEX triplet: EB, CA and B8. RGB value is (235,202,184). Sum of RGB (Red+Green+Blue) = 235+202+184=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAB8 is #143547. Grayscale: #D1D1D1. Windows color (decimal): -1324360 or 12110571. OLE color: 12110571.

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

Color convert

RGB235202184-
CMYK00.140.220.08
HSL21.18º56.04%82.16%-
HSV(B)21.18º21.7%92.16%-
XYZ64.0363.3654.2-
YUV209.82113.43145.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 184 (72.27% from 255) = 29.63%
R=37.84%
G=32.53%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520218400.140.220.0821.1856.0482.16
HexEBCAB80E168153852
Octal35331227001626102570122
Binary11101011110010101011100001110101101000101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAB8; }

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

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

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

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

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

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

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

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