#ECCCBE

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

Shades of Watusi #ECCCBE

Tints of Watusi #ECCCBE

Color information

#ECCCBE (or 0xECCCBE) is unknown color: approx Watusi. HEX triplet: EC, CC and BE. RGB value is (236,204,190). Sum of RGB (Red+Green+Blue) = 236+204+190=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCBE is #133341. Grayscale: #D4D4D4. Windows color (decimal): -1258306 or 12504300. OLE color: 12504300.

HSL color Cylindrical-coordinate representation of color #ECCCBE: hue angle of 18.26º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCCBE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236204190-
CMYK00.140.190.07
HSL18.26º54.76%83.53%-
HSV(B)18.26º19.49%92.55%-
XYZ65.4864.7457.76-
YUV211.97115.6145.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=37.46%
G=32.38%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620419000.140.190.0718.2654.7683.53
HexECCCBE0E137123754
Octal3543142760162372267124
Binary1110110011001100101111100111010011111100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCBE; }

 p { color: rgb(236,204,190); }

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

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

 a { background-color: rgb(236,204,190); }

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

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

 span { border-color: rgb(236,204,190); }

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