#EBCBB9

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

Shades of Watusi #EBCBB9

Tints of Watusi #EBCBB9

Color information

#EBCBB9 (or 0xEBCBB9) is unknown color: approx Watusi. HEX triplet: EB, CB and B9. RGB value is (235,203,185). Sum of RGB (Red+Green+Blue) = 235+203+185=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBB9 is #143446. Grayscale: #D2D2D2. Windows color (decimal): -1324103 or 12176363. OLE color: 12176363.

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

Color convert

RGB235203185-
CMYK00.140.210.08
HSL21.6º55.56%82.35%-
HSV(B)21.6º21.28%92.16%-
XYZ64.3763.8854.84-
YUV210.52113.6145.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 185 (72.66% from 255) = 29.70%
R=37.72%
G=32.58%
B=29.70%

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
Decimal23520318500.140.210.0821.655.5682.35
HexEBCBB90E158163852
Octal35331327101625102670122
Binary11101011110010111011100101110101011000101101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBB9; }

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

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

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

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

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

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

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

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