#EBCAB7

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

Shades of Watusi #EBCAB7

Tints of Watusi #EBCAB7

Color information

#EBCAB7 (or 0xEBCAB7) is unknown color: approx Watusi. HEX triplet: EB, CA and B7. RGB value is (235,202,183). Sum of RGB (Red+Green+Blue) = 235+202+183=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAB7 is #143548. Grayscale: #D1D1D1. Windows color (decimal): -1324361 or 12045035. OLE color: 12045035.

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

Color convert

RGB235202183-
CMYK00.140.220.08
HSL21.92º56.52%81.96%-
HSV(B)21.92º22.13%92.16%-
XYZ63.9363.3253.65-
YUV209.7112.93146.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 183 (71.88% from 255) = 29.52%
R=37.90%
G=32.58%
B=29.52%

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
Decimal23520218300.140.220.0821.9256.5281.96
HexEBCAB70E168163952
Octal35331226701626102671122
Binary11101011110010101011011101110101101000101101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAB7; }

 p { color: rgb(235,202,183); }

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

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

 a { background-color: rgb(235,202,183); }

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

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

 span { border-color: rgb(235,202,183); }

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