#EEBDB1

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

Shades of Beauty Bush #EEBDB1

Tints of Beauty Bush #EEBDB1

Color information

#EEBDB1 (or 0xEEBDB1) is unknown color: approx Beauty Bush. HEX triplet: EE, BD and B1. RGB value is (238,189,177). Sum of RGB (Red+Green+Blue) = 238+189+177=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDB1 is #11424E. Grayscale: #CACACA. Windows color (decimal): -1131087 or 11648494. OLE color: 11648494.

HSL color Cylindrical-coordinate representation of color #EEBDB1: hue angle of 11.8º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBDB1 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238189177-
CMYK00.210.260.07
HSL11.8º64.21%81.37%-
HSV(B)11.8º25.63%93.33%-
XYZ61.3957.7549.51-
YUV202.28113.73153.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=39.40%
G=31.29%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818917700.210.260.0711.864.2181.37
HexEEBDB10151A7c4051
Octal35627526102532714100121
Binary11101110101111011011000101010111010111110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDB1; }

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

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

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

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

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

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

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

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