#EFBDB8

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

Shades of Beauty Bush #EFBDB8

Tints of Beauty Bush #EFBDB8

Color information

#EFBDB8 (or 0xEFBDB8) is unknown color: approx Beauty Bush. HEX triplet: EF, BD and B8. RGB value is (239,189,184). Sum of RGB (Red+Green+Blue) = 239+189+184=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB8 is #104247. Grayscale: #CBCBCB. Windows color (decimal): -1065544 or 12107247. OLE color: 12107247.

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

Color convert

RGB239189184-
CMYK00.210.230.06
HSL5.45º63.22%82.94%-
HSV(B)5.45º23.01%93.73%-
XYZ62.4558.2153.29-
YUV203.38117.06153.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 184 (72.27% from 255) = 30.07%
R=39.05%
G=30.88%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918918400.210.230.065.4563.2282.94
HexEFBDB801517653f53
Octal357275270025276577123
Binary111011111011110110111000010101101111101011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDB8; }

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

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

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

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

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

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

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

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