#EFD1BE

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

Shades of Watusi #EFD1BE

Tints of Watusi #EFD1BE

Color information

#EFD1BE (or 0xEFD1BE) is unknown color: approx Watusi. HEX triplet: EF, D1 and BE. RGB value is (239,209,190). Sum of RGB (Red+Green+Blue) = 239+209+190=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1BE is #102E41. Grayscale: #D7D7D7. Windows color (decimal): -1060418 or 12505583. OLE color: 12505583.

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

Color convert

RGB239209190-
CMYK00.130.210.06
HSL23.27º60.49%84.12%-
HSV(B)23.27º20.5%93.73%-
XYZ67.6967.6758.21-
YUV215.8113.44144.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 209 (82.03% from 255) = 32.76%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=37.46%
G=32.76%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920919000.130.210.0623.2760.4984.12
HexEFD1BE0D156173c54
Octal3573212760152562774124
Binary1110111111010001101111100110110101110101111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1BE; }

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

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

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

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

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

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

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

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