#EFC8BA

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

Shades of Watusi #EFC8BA

Tints of Watusi #EFC8BA

Color information

#EFC8BA (or 0xEFC8BA) is unknown color: approx Watusi. HEX triplet: EF, C8 and BA. RGB value is (239,200,186). Sum of RGB (Red+Green+Blue) = 239+200+186=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8BA is #103745. Grayscale: #D2D2D2. Windows color (decimal): -1062726 or 12241135. OLE color: 12241135.

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

Color convert

RGB239200186-
CMYK00.160.220.06
HSL15.85º62.35%83.33%-
HSV(B)15.85º22.18%93.73%-
XYZ65.1163.255.22-
YUV210.06114.42148.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=38.24%
G=32%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920018600.160.220.0615.8562.3583.33
HexEFC8BA010166103e53
Octal3573102720202662076123
Binary11101111110010001011101001000010110110100001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8BA; }

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

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

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

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

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

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

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

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