#EFCEBD

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

Shades of Watusi #EFCEBD

Tints of Watusi #EFCEBD

Color information

#EFCEBD (or 0xEFCEBD) is unknown color: approx Watusi. HEX triplet: EF, CE and BD. RGB value is (239,206,189). Sum of RGB (Red+Green+Blue) = 239+206+189=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEBD is #103142. Grayscale: #D6D6D6. Windows color (decimal): -1061187 or 12439279. OLE color: 12439279.

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

Color convert

RGB239206189-
CMYK00.140.210.06
HSL20.4º60.98%83.92%-
HSV(B)20.4º20.92%93.73%-
XYZ66.8566.1757.39-
YUV213.93113.93145.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=37.70%
G=32.49%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920618900.140.210.0620.460.9883.92
HexEFCEBD0E156143d54
Octal3573162750162562475124
Binary1110111111001110101111010111010101110101001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEBD; }

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

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

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

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

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

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

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

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