#EFC7BB

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

Shades of Watusi #EFC7BB

Tints of Watusi #EFC7BB

Color information

#EFC7BB (or 0xEFC7BB) is unknown color: approx Watusi. HEX triplet: EF, C7 and BB. RGB value is (239,199,187). Sum of RGB (Red+Green+Blue) = 239+199+187=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7BB is #103844. Grayscale: #D1D1D1. Windows color (decimal): -1062981 or 12306415. OLE color: 12306415.

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

Color convert

RGB239199187-
CMYK00.170.220.06
HSL13.85º61.9%83.53%-
HSV(B)13.85º21.76%93.73%-
XYZ64.9962.7955.71-
YUV209.59115.25148.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=38.24%
G=31.84%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919918700.170.220.0613.8561.983.53
HexEFC7BB011166e3e54
Octal3573072730212661676124
Binary1110111111000111101110110100011011011011101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7BB; }

 p { color: rgb(239,199,187); }

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

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

 a { background-color: rgb(239,199,187); }

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

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

 span { border-color: rgb(239,199,187); }

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