#EFBBB6

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

Shades of Beauty Bush #EFBBB6

Tints of Beauty Bush #EFBBB6

Color information

#EFBBB6 (or 0xEFBBB6) is unknown color: approx Beauty Bush. HEX triplet: EF, BB and B6. RGB value is (239,187,182). Sum of RGB (Red+Green+Blue) = 239+187+182=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBB6 is #104449. Grayscale: #CACACA. Windows color (decimal): -1066058 or 11975663. OLE color: 11975663.

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

Color convert

RGB239187182-
CMYK00.220.240.06
HSL5.26º64.04%82.55%-
HSV(B)5.26º23.85%93.73%-
XYZ61.8157.2752.05-
YUV201.98116.73154.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 182 (71.48% from 255) = 29.93%
R=39.31%
G=30.76%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918718200.220.240.065.2664.0482.55
HexEFBBB601618654053
Octal3572732660263065100123
Binary1110111110111011101101100101101100011010110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBB6; }

 p { color: rgb(239,187,182); }

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

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

 a { background-color: rgb(239,187,182); }

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

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

 span { border-color: rgb(239,187,182); }

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