#EFBAB8

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

Shades of Beauty Bush #EFBAB8

Tints of Beauty Bush #EFBAB8

Color information

#EFBAB8 (or 0xEFBAB8) is unknown color: approx Beauty Bush. HEX triplet: EF, BA and B8. RGB value is (239,186,184). Sum of RGB (Red+Green+Blue) = 239+186+184=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAB8 is #104547. Grayscale: #C9C9C9. Windows color (decimal): -1066312 or 12106479. OLE color: 12106479.

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

Color convert

RGB239186184-
CMYK00.220.230.06
HSL2.18º63.22%82.94%-
HSV(B)2.18º23.01%93.73%-
XYZ61.8156.9353.08-
YUV201.62118.06154.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 184 (72.27% from 255) = 30.21%
R=39.24%
G=30.54%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918618400.220.230.062.1863.2282.94
HexEFBAB801617623f53
Octal357272270026276277123
Binary11101111101110101011100001011010111110101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAB8; }

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

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

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

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

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

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

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

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