#EFBEB8

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

Shades of Beauty Bush #EFBEB8

Tints of Beauty Bush #EFBEB8

Color information

#EFBEB8 (or 0xEFBEB8) is unknown color: approx Beauty Bush. HEX triplet: EF, BE and B8. RGB value is (239,190,184). Sum of RGB (Red+Green+Blue) = 239+190+184=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEB8 is #104147. Grayscale: #CCCCCC. Windows color (decimal): -1065288 or 12107503. OLE color: 12107503.

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

Color convert

RGB239190184-
CMYK00.210.230.06
HSL6.55º63.22%82.94%-
HSV(B)6.55º23.01%93.73%-
XYZ62.6658.6453.36-
YUV203.97116.73152.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 184 (72.27% from 255) = 30.02%
R=38.99%
G=31.00%
B=30.02%

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
Decimal23919018400.210.230.066.5563.2282.94
HexEFBEB801517673f53
Octal357276270025276777123
Binary111011111011111010111000010101101111101111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEB8; }

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

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

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

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

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

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

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

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