#EBCEB9

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

Shades of Watusi #EBCEB9

Tints of Watusi #EBCEB9

Color information

#EBCEB9 (or 0xEBCEB9) is unknown color: approx Watusi. HEX triplet: EB, CE and B9. RGB value is (235,206,185). Sum of RGB (Red+Green+Blue) = 235+206+185=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEB9 is #143146. Grayscale: #D4D4D4. Windows color (decimal): -1323335 or 12177131. OLE color: 12177131.

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

Color convert

RGB235206185-
CMYK00.120.210.08
HSL25.2º55.56%82.35%-
HSV(B)25.2º21.28%92.16%-
XYZ65.0965.3155.07-
YUV212.28112.61144.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 185 (72.66% from 255) = 29.55%
R=37.54%
G=32.91%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520618500.120.210.0825.255.5682.35
HexEBCEB90C158193852
Octal35331627101425103170122
Binary11101011110011101011100101100101011000110011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEB9; }

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

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

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

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

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

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

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

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