#EEBFB4

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

Shades of Beauty Bush #EEBFB4

Tints of Beauty Bush #EEBFB4

Color information

#EEBFB4 (or 0xEEBFB4) is unknown color: approx Beauty Bush. HEX triplet: EE, BF and B4. RGB value is (238,191,180). Sum of RGB (Red+Green+Blue) = 238+191+180=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFB4 is #11404B. Grayscale: #CBCBCB. Windows color (decimal): -1130572 or 11845614. OLE color: 11845614.

HSL color Cylindrical-coordinate representation of color #EEBFB4: hue angle of 11.38º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBFB4 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238191180-
CMYK00.200.240.07
HSL11.38º63.04%81.96%-
HSV(B)11.38º24.37%93.33%-
XYZ62.1358.7351.24-
YUV203.8114.57152.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 180 (70.70% from 255) = 29.56%
R=39.08%
G=31.36%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819118000.200.240.0711.3863.0481.96
HexEEBFB4014187b3f52
Octal3562772640243071377122
Binary1110111010111111101101000101001100011110111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFB4; }

 p { color: rgb(238,191,180); }

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

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

 a { background-color: rgb(238,191,180); }

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

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

 span { border-color: rgb(238,191,180); }

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