#EFCBBC

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

Shades of Watusi #EFCBBC

Tints of Watusi #EFCBBC

Color information

#EFCBBC (or 0xEFCBBC) is unknown color: approx Watusi. HEX triplet: EF, CB and BC. RGB value is (239,203,188). Sum of RGB (Red+Green+Blue) = 239+203+188=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBBC is #103443. Grayscale: #D4D4D4. Windows color (decimal): -1061956 or 12372975. OLE color: 12372975.

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

Color convert

RGB239203188-
CMYK00.150.210.06
HSL17.65º61.45%83.73%-
HSV(B)17.65º21.34%93.73%-
XYZ66.0364.6956.58-
YUV212.05114.43147.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=37.94%
G=32.22%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920318800.150.210.0617.6561.4583.73
HexEFCBBC0F156123d54
Octal3573132740172562275124
Binary1110111111001011101111000111110101110100101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBBC; }

 p { color: rgb(239,203,188); }

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

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

 a { background-color: rgb(239,203,188); }

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

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

 span { border-color: rgb(239,203,188); }

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