#EFCDC1

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

Shades of Watusi #EFCDC1

Tints of Watusi #EFCDC1

Color information

#EFCDC1 (or 0xEFCDC1) is unknown color: approx Watusi. HEX triplet: EF, CD and C1. RGB value is (239,205,193). Sum of RGB (Red+Green+Blue) = 239+205+193=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC1 is #10323E. Grayscale: #D5D5D5. Windows color (decimal): -1061439 or 12701167. OLE color: 12701167.

HSL color Cylindrical-coordinate representation of color #EFCDC1: hue angle of 15.65º 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 #EFCDC1 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239205193-
CMYK00.140.190.06
HSL15.65º58.97%84.71%-
HSV(B)15.65º19.25%93.73%-
XYZ67.0565.8659.63-
YUV213.8116.26145.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 193 (75.78% from 255) = 30.30%
R=37.52%
G=32.18%
B=30.30%

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
Decimal23920519300.140.190.0615.6558.9784.71
HexEFCDC10E136103b55
Octal3573153010162362073125
Binary1110111111001101110000010111010011110100001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDC1; }

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

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

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

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

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

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

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

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