#EFC7BA

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

Shades of Watusi #EFC7BA

Tints of Watusi #EFC7BA

Color information

#EFC7BA (or 0xEFC7BA) is unknown color: approx Watusi. HEX triplet: EF, C7 and BA. RGB value is (239,199,186). Sum of RGB (Red+Green+Blue) = 239+199+186=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7BA is #103845. Grayscale: #D1D1D1. Windows color (decimal): -1062982 or 12240879. OLE color: 12240879.

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

Color convert

RGB239199186-
CMYK00.170.220.06
HSL14.72º62.35%83.33%-
HSV(B)14.72º22.18%93.73%-
XYZ64.8862.7455.15-
YUV209.48114.75149.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 199 (78.12% from 255) = 31.89%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=38.30%
G=31.89%
B=29.81%

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
Decimal23919918600.170.220.0614.7262.3583.33
HexEFC7BA011166f3e53
Octal3573072720212661776123
Binary1110111111000111101110100100011011011011111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7BA; }

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

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

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

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

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

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

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

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