#EBCEBE

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

Shades of Watusi #EBCEBE

Tints of Watusi #EBCEBE

Color information

#EBCEBE (or 0xEBCEBE) is unknown color: approx Watusi. HEX triplet: EB, CE and BE. RGB value is (235,206,190). Sum of RGB (Red+Green+Blue) = 235+206+190=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEBE is #143141. Grayscale: #D4D4D4. Windows color (decimal): -1323330 or 12504811. OLE color: 12504811.

HSL color Cylindrical-coordinate representation of color #EBCEBE: hue angle of 21.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBCEBE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235206190-
CMYK00.120.190.08
HSL21.33º52.94%83.33%-
HSV(B)21.33º19.15%92.16%-
XYZ65.6365.5257.9-
YUV212.85115.11143.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 190 (74.61% from 255) = 30.11%
R=37.24%
G=32.65%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520619000.120.190.0821.3352.9483.33
HexEBCEBE0C138153553
Octal35331627601423102565123
Binary11101011110011101011111001100100111000101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEBE; }

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

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

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

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

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

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

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

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