#EFD1B9

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

Shades of Watusi #EFD1B9

Tints of Watusi #EFD1B9

Color information

#EFD1B9 (or 0xEFD1B9) is unknown color: approx Watusi. HEX triplet: EF, D1 and B9. RGB value is (239,209,185). Sum of RGB (Red+Green+Blue) = 239+209+185=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1B9 is #102E46. Grayscale: #D7D7D7. Windows color (decimal): -1060423 or 12177903. OLE color: 12177903.

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

Color convert

RGB239209185-
CMYK00.130.230.06
HSL26.67º62.79%83.14%-
HSV(B)26.67º22.59%93.73%-
XYZ67.1567.4555.38-
YUV215.23110.94144.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 185 (72.66% from 255) = 29.23%
R=37.76%
G=33.02%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920918500.130.230.0626.6762.7983.14
HexEFD1B90D1761b3f53
Octal3573212710152763377123
Binary1110111111010001101110010110110111110110111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1B9; }

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

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

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

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

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

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

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

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