#EFD1C1

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

Shades of Watusi #EFD1C1

Tints of Watusi #EFD1C1

Color information

#EFD1C1 (or 0xEFD1C1) is unknown color: approx Watusi. HEX triplet: EF, D1 and C1. RGB value is (239,209,193). Sum of RGB (Red+Green+Blue) = 239+209+193=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1C1 is #102E3E. Grayscale: #D8D8D8. Windows color (decimal): -1060415 or 12702191. OLE color: 12702191.

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

Color convert

RGB239209193-
CMYK00.130.190.06
HSL20.87º58.97%84.71%-
HSV(B)20.87º19.25%93.73%-
XYZ68.0267.859.95-
YUV216.15114.94144.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 209 (82.03% from 255) = 32.61%
BLUE value IS 193 (75.78% from 255) = 30.11%
R=37.29%
G=32.61%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920919300.130.190.0620.8758.9784.71
HexEFD1C10D136153b55
Octal3573213010152362573125
Binary1110111111010001110000010110110011110101011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1C1; }

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

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

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

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

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

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

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

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