#EFC1BA

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

Shades of Beauty Bush #EFC1BA

Tints of Beauty Bush #EFC1BA

Color information

#EFC1BA (or 0xEFC1BA) is unknown color: approx Beauty Bush. HEX triplet: EF, C1 and BA. RGB value is (239,193,186). Sum of RGB (Red+Green+Blue) = 239+193+186=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1BA is #103E45. Grayscale: #CECECE. Windows color (decimal): -1064518 or 12239343. OLE color: 12239343.

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

Color convert

RGB239193186-
CMYK00.190.220.06
HSL7.92º62.35%83.33%-
HSV(B)7.92º22.18%93.73%-
XYZ63.5360.0454.69-
YUV205.96116.74151.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=38.67%
G=31.23%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919318600.190.220.067.9262.3583.33
HexEFC1BA01316683e53
Octal3573012720232661076123
Binary1110111111000001101110100100111011011010001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC1BA; }

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

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

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

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

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

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

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

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