#EEBDB9

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

Shades of Beauty Bush #EEBDB9

Tints of Beauty Bush #EEBDB9

Color information

#EEBDB9 (or 0xEEBDB9) is unknown color: approx Beauty Bush. HEX triplet: EE, BD and B9. RGB value is (238,189,185). Sum of RGB (Red+Green+Blue) = 238+189+185=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDB9 is #114246. Grayscale: #CBCBCB. Windows color (decimal): -1131079 or 12172782. OLE color: 12172782.

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

Color convert

RGB238189185-
CMYK00.210.220.07
HSL4.53º60.92%82.94%-
HSV(B)4.53º22.27%93.33%-
XYZ62.2158.0853.83-
YUV203.2117.73152.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 185 (72.66% from 255) = 30.23%
R=38.89%
G=30.88%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818918500.210.220.074.5360.9282.94
HexEEBDB901516753d53
Octal356275271025267575123
Binary111011101011110110111001010101101101111011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDB9; }

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

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

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

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

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

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

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

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