#EBC8B9

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

Shades of Watusi #EBC8B9

Tints of Watusi #EBC8B9

Color information

#EBC8B9 (or 0xEBC8B9) is unknown color: approx Watusi. HEX triplet: EB, C8 and B9. RGB value is (235,200,185). Sum of RGB (Red+Green+Blue) = 235+200+185=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8B9 is #143746. Grayscale: #D0D0D0. Windows color (decimal): -1324871 or 12175595. OLE color: 12175595.

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

Color convert

RGB235200185-
CMYK00.150.210.08
HSL18º55.56%82.35%-
HSV(B)18º21.28%92.16%-
XYZ63.6762.4754.6-
YUV208.76114.6146.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 185 (72.66% from 255) = 29.84%
R=37.90%
G=32.26%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520018500.150.210.081855.5682.35
HexEBC8B90F158123852
Octal35331027101725102270122
Binary11101011110010001011100101111101011000100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8B9; }

 p { color: rgb(235,200,185); }

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

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

 a { background-color: rgb(235,200,185); }

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

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

 span { border-color: rgb(235,200,185); }

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