#EEBFB9

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

Shades of Beauty Bush #EEBFB9

Tints of Beauty Bush #EEBFB9

Color information

#EEBFB9 (or 0xEEBFB9) is unknown color: approx Beauty Bush. HEX triplet: EE, BF and B9. RGB value is (238,191,185). Sum of RGB (Red+Green+Blue) = 238+191+185=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFB9 is #114046. Grayscale: #CCCCCC. Windows color (decimal): -1130567 or 12173294. OLE color: 12173294.

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

Color convert

RGB238191185-
CMYK00.200.220.07
HSL6.79º60.92%82.94%-
HSV(B)6.79º22.27%93.33%-
XYZ62.6558.9453.97-
YUV204.37117.07151.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=38.76%
G=31.11%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819118500.200.220.076.7960.9282.94
HexEEBFB901416773d53
Octal356277271024267775123
Binary111011101011111110111001010100101101111111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFB9; }

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

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

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

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

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

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

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

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