#EBC9B8

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

Shades of Watusi #EBC9B8

Tints of Watusi #EBC9B8

Color information

#EBC9B8 (or 0xEBC9B8) is unknown color: approx Watusi. HEX triplet: EB, C9 and B8. RGB value is (235,201,184). Sum of RGB (Red+Green+Blue) = 235+201+184=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9B8 is #143647. Grayscale: #D1D1D1. Windows color (decimal): -1324616 or 12110315. OLE color: 12110315.

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

Color convert

RGB235201184-
CMYK00.140.220.08
HSL20º56.04%82.16%-
HSV(B)20º21.7%92.16%-
XYZ63.862.954.12-
YUV209.23113.76146.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 184 (72.27% from 255) = 29.68%
R=37.90%
G=32.42%
B=29.68%

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
Decimal23520118400.140.220.082056.0482.16
HexEBC9B80E168143852
Octal35331127001626102470122
Binary11101011110010011011100001110101101000101001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9B8; }

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

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

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

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

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

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

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

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