#EFCEC1

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

Shades of Watusi #EFCEC1

Tints of Watusi #EFCEC1

Color information

#EFCEC1 (or 0xEFCEC1) is unknown color: approx Watusi. HEX triplet: EF, CE and C1. RGB value is (239,206,193). Sum of RGB (Red+Green+Blue) = 239+206+193=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEC1 is #10313E. Grayscale: #D6D6D6. Windows color (decimal): -1061183 or 12701423. OLE color: 12701423.

HSL color Cylindrical-coordinate representation of color #EFCEC1: hue angle of 16.96º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCEC1 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239206193-
CMYK00.140.190.06
HSL16.96º58.97%84.71%-
HSV(B)16.96º19.25%93.73%-
XYZ67.2966.3459.71-
YUV214.38115.93145.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 193 (75.78% from 255) = 30.25%
R=37.46%
G=32.29%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920619300.140.190.0616.9658.9784.71
HexEFCEC10E136113b55
Octal3573163010162362173125
Binary1110111111001110110000010111010011110100011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEC1; }

 p { color: rgb(239,206,193); }

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

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

 a { background-color: rgb(239,206,193); }

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

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

 span { border-color: rgb(239,206,193); }

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