#efc2b8

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

Shades of Beauty Bush #EFC2B8

Tints of Beauty Bush #EFC2B8

Color information

#EFC2B8 (or 0xEFC2B8) is unknown color: approx Beauty Bush. HEX triplet: EF, C2 and B8. RGB value is (239,194,184). Sum of RGB (Red+Green+Blue) = 239+194+184=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 184 (72.27% from 255 or 29.82% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2B8 is #103D47. Grayscale: #CECECE. Windows color (decimal): -1064264 or 12108527. OLE color: 12108527.

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

Color convert

RGB239194184-
CMYK00.190.230.06
HSL10.91º63.22%82.94%-
HSV(B)10.91º23.01%93.73%-
XYZ63.5460.3953.66-
YUV206.32115.41151.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 184 (72.27% from 255) = 29.82%
R=38.74%
G=31.44%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919418400.190.230.0610.9163.2282.94
HexEFC2B8013176b3f53
Octal3573022700232761377123
Binary1110111111000010101110000100111011111010111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc2b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc2b8; }

 p { color: rgb(239,194,184); }

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

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

 a { background-color: rgb(239,194,184); }

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

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

 span { border-color: rgb(239,194,184); }

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