#EFD0C1

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

Shades of Watusi #EFD0C1

Tints of Watusi #EFD0C1

Color information

#EFD0C1 (or 0xEFD0C1) is unknown color: approx Watusi. HEX triplet: EF, D0 and C1. RGB value is (239,208,193). Sum of RGB (Red+Green+Blue) = 239+208+193=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0C1 is #102F3E. Grayscale: #D7D7D7. Windows color (decimal): -1060671 or 12701935. OLE color: 12701935.

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

Color convert

RGB239208193-
CMYK00.130.190.06
HSL19.57º58.97%84.71%-
HSV(B)19.57º19.25%93.73%-
XYZ67.7867.3159.87-
YUV215.56115.27144.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 193 (75.78% from 255) = 30.16%
R=37.34%
G=32.5%
B=30.16%

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
Decimal23920819300.130.190.0619.5758.9784.71
HexEFD0C10D136143b55
Octal3573203010152362473125
Binary1110111111010000110000010110110011110101001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0C1; }

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

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

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

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

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

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

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

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