#EACCBC

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

Shades of Watusi #EACCBC

Tints of Watusi #EACCBC

Color information

#EACCBC (or 0xEACCBC) is unknown color: approx Watusi. HEX triplet: EA, CC and BC. RGB value is (234,204,188). Sum of RGB (Red+Green+Blue) = 234+204+188=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCBC is #153343. Grayscale: #D3D3D3. Windows color (decimal): -1389380 or 12373226. OLE color: 12373226.

HSL color Cylindrical-coordinate representation of color #EACCBC: hue angle of 20.87º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EACCBC is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234204188-
CMYK00.130.200.08
HSL20.87º52.27%82.75%-
HSV(B)20.87º19.66%91.76%-
XYZ64.664.3156.58-
YUV211.15114.94144.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 188 (73.83% from 255) = 30.03%
R=37.38%
G=32.59%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420418800.130.200.0820.8752.2782.75
HexEACCBC0D148153453
Octal35231427401524102564123
Binary11101010110011001011110001101101001000101011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCBC; }

 p { color: rgb(234,204,188); }

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

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

 a { background-color: rgb(234,204,188); }

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

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

 span { border-color: rgb(234,204,188); }

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