#EBCCB8

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

Shades of Watusi #EBCCB8

Tints of Watusi #EBCCB8

Color information

#EBCCB8 (or 0xEBCCB8) is unknown color: approx Watusi. HEX triplet: EB, CC and B8. RGB value is (235,204,184). Sum of RGB (Red+Green+Blue) = 235+204+184=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCB8 is #143347. Grayscale: #D3D3D3. Windows color (decimal): -1323848 or 12111083. OLE color: 12111083.

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

Color convert

RGB235204184-
CMYK00.130.220.08
HSL23.53º56.04%82.16%-
HSV(B)23.53º21.7%92.16%-
XYZ64.5164.3154.36-
YUV210.99112.77145.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 184 (72.27% from 255) = 29.53%
R=37.72%
G=32.74%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520418400.130.220.0823.5356.0482.16
HexEBCCB80D168183852
Octal35331427001526103070122
Binary11101011110011001011100001101101101000110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCB8; }

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

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

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

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

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

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

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

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