#EEBEB9

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

Shades of Beauty Bush #EEBEB9

Tints of Beauty Bush #EEBEB9

Color information

#EEBEB9 (or 0xEEBEB9) is unknown color: approx Beauty Bush. HEX triplet: EE, BE and B9. RGB value is (238,190,185). Sum of RGB (Red+Green+Blue) = 238+190+185=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEB9 is #114146. Grayscale: #CBCBCB. Windows color (decimal): -1130823 or 12173038. OLE color: 12173038.

HSL color Cylindrical-coordinate representation of color #EEBEB9: hue angle of 5.66º 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 #EEBEB9 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238190185-
CMYK00.200.220.07
HSL5.66º60.92%82.94%-
HSV(B)5.66º22.27%93.33%-
XYZ62.4358.5153.9-
YUV203.78117.4152.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 185 (72.66% from 255) = 30.18%
R=38.83%
G=31.00%
B=30.18%

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
Decimal23819018500.200.220.075.6660.9282.94
HexEEBEB901416763d53
Octal356276271024267675123
Binary111011101011111010111001010100101101111101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEB9; }

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

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

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

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

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

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

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

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