#EFCFBD

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

Shades of Watusi #EFCFBD

Tints of Watusi #EFCFBD

Color information

#EFCFBD (or 0xEFCFBD) is unknown color: approx Watusi. HEX triplet: EF, CF and BD. RGB value is (239,207,189). Sum of RGB (Red+Green+Blue) = 239+207+189=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFBD is #103042. Grayscale: #D6D6D6. Windows color (decimal): -1060931 or 12439535. OLE color: 12439535.

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

Color convert

RGB239207189-
CMYK00.130.210.06
HSL21.6º60.98%83.92%-
HSV(B)21.6º20.92%93.73%-
XYZ67.0966.6557.47-
YUV214.52113.6145.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=37.64%
G=32.60%
B=29.76%

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
Decimal23920718900.130.210.0621.660.9883.92
HexEFCFBD0D156163d54
Octal3573172750152562675124
Binary1110111111001111101111010110110101110101101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFBD; }

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

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

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

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

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

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

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

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