#EFD0C3

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

Shades of Watusi #EFD0C3

Tints of Watusi #EFD0C3

Color information

#EFD0C3 (or 0xEFD0C3) is unknown color: approx Watusi. HEX triplet: EF, D0 and C3. RGB value is (239,208,195). Sum of RGB (Red+Green+Blue) = 239+208+195=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0C3 is #102F3C. Grayscale: #D7D7D7. Windows color (decimal): -1060669 or 12833007. OLE color: 12833007.

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

Color convert

RGB239208195-
CMYK00.130.180.06
HSL17.73º57.89%85.1%-
HSV(B)17.73º18.41%93.73%-
XYZ6867.461.06-
YUV215.79116.27144.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 208 (81.64% from 255) = 32.40%
BLUE value IS 195 (76.56% from 255) = 30.37%
R=37.23%
G=32.40%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920819500.130.180.0617.7357.8985.1
HexEFD0C30D126123a55
Octal3573203030152262272125
Binary1110111111010000110000110110110010110100101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0C3; }

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

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

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

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

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

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

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

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