#efc1b8

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

Shades of Beauty Bush #EFC1B8

Tints of Beauty Bush #EFC1B8

Color information

#EFC1B8 (or 0xEFC1B8) is unknown color: approx Beauty Bush. HEX triplet: EF, C1 and B8. RGB value is (239,193,184). Sum of RGB (Red+Green+Blue) = 239+193+184=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1B8 is #103E47. Grayscale: #CDCDCD. Windows color (decimal): -1064520 or 12108271. OLE color: 12108271.

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

Color convert

RGB239193184-
CMYK00.190.230.06
HSL9.82º63.22%82.94%-
HSV(B)9.82º23.01%93.73%-
XYZ63.3259.9553.58-
YUV205.73115.74151.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 184 (72.27% from 255) = 29.87%
R=38.80%
G=31.33%
B=29.87%

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
Decimal23919318400.190.230.069.8263.2282.94
HexEFC1B8013176a3f53
Octal3573012700232761277123
Binary1110111111000001101110000100111011111010101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc1b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc1b8; }

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

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

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

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

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

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

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

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