#EFC6BB

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

Shades of Watusi #EFC6BB

Tints of Watusi #EFC6BB

Color information

#EFC6BB (or 0xEFC6BB) is unknown color: approx Watusi. HEX triplet: EF, C6 and BB. RGB value is (239,198,187). Sum of RGB (Red+Green+Blue) = 239+198+187=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6BB is #103944. Grayscale: #D1D1D1. Windows color (decimal): -1063237 or 12306159. OLE color: 12306159.

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

Color convert

RGB239198187-
CMYK00.170.220.06
HSL12.69º61.9%83.53%-
HSV(B)12.69º21.76%93.73%-
XYZ64.7662.3355.63-
YUV209.01115.58149.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=38.30%
G=31.73%
B=29.97%

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
Decimal23919818700.170.220.0612.6961.983.53
HexEFC6BB011166d3e54
Octal3573062730212661576124
Binary1110111111000110101110110100011011011011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6BB; }

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

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

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

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

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

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

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

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