#EFCFBF

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

Shades of Watusi #EFCFBF

Tints of Watusi #EFCFBF

Color information

#EFCFBF (or 0xEFCFBF) is unknown color: approx Watusi. HEX triplet: EF, CF and BF. RGB value is (239,207,191). Sum of RGB (Red+Green+Blue) = 239+207+191=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFBF is #103040. Grayscale: #D6D6D6. Windows color (decimal): -1060929 or 12570607. OLE color: 12570607.

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

Color convert

RGB239207191-
CMYK00.130.200.06
HSL20º60%84.31%-
HSV(B)20º20.08%93.73%-
XYZ67.3166.7458.62-
YUV214.74114.6145.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 191 (75% from 255) = 29.98%
R=37.52%
G=32.50%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920719100.130.200.06206084.31
HexEFCFBF0D146143c54
Octal3573172770152462474124
Binary1110111111001111101111110110110100110101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFBF; }

 p { color: rgb(239,207,191); }

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

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

 a { background-color: rgb(239,207,191); }

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

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

 span { border-color: rgb(239,207,191); }

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