#ECC8B8

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

Shades of Watusi #ECC8B8

Tints of Watusi #ECC8B8

Color information

#ECC8B8 (or 0xECC8B8) is unknown color: approx Watusi. HEX triplet: EC, C8 and B8. RGB value is (236,200,184). Sum of RGB (Red+Green+Blue) = 236+200+184=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8B8 is #133747. Grayscale: #D1D1D1. Windows color (decimal): -1259336 or 12110060. OLE color: 12110060.

HSL color Cylindrical-coordinate representation of color #ECC8B8: hue angle of 18.46º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC8B8 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB236200184-
CMYK00.150.220.07
HSL18.46º57.78%82.35%-
HSV(B)18.46º22.03%92.55%-
XYZ63.962.654.06-
YUV208.94113.93147.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 184 (72.27% from 255) = 29.68%
R=38.06%
G=32.26%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620018400.150.220.0718.4657.7882.35
HexECC8B80F167123a52
Octal3543102700172672272122
Binary1110110011001000101110000111110110111100101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8B8; }

 p { color: rgb(236,200,184); }

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

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

 a { background-color: rgb(236,200,184); }

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

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

 span { border-color: rgb(236,200,184); }

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