#EFC6BA

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

Shades of Watusi #EFC6BA

Tints of Watusi #EFC6BA

Color information

#EFC6BA (or 0xEFC6BA) is unknown color: approx Watusi. HEX triplet: EF, C6 and BA. RGB value is (239,198,186). Sum of RGB (Red+Green+Blue) = 239+198+186=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6BA is #103945. Grayscale: #D0D0D0. Windows color (decimal): -1063238 or 12240623. OLE color: 12240623.

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

Color convert

RGB239198186-
CMYK00.170.220.06
HSL13.58º62.35%83.33%-
HSV(B)13.58º22.18%93.73%-
XYZ64.6562.2855.07-
YUV208.89115.08149.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=38.36%
G=31.78%
B=29.86%

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
Decimal23919818600.170.220.0613.5862.3583.33
HexEFC6BA011166e3e53
Octal3573062720212661676123
Binary1110111111000110101110100100011011011011101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6BA; }

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

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

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

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

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

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

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

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