#EEBCB3

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

Shades of Beauty Bush #EEBCB3

Tints of Beauty Bush #EEBCB3

Color information

#EEBCB3 (or 0xEEBCB3) is unknown color: approx Beauty Bush. HEX triplet: EE, BC and B3. RGB value is (238,188,179). Sum of RGB (Red+Green+Blue) = 238+188+179=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCB3 is #11434C. Grayscale: #CACACA. Windows color (decimal): -1131341 or 11779310. OLE color: 11779310.

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

Color convert

RGB238188179-
CMYK00.210.250.07
HSL9.15º63.44%81.76%-
HSV(B)9.15º24.79%93.33%-
XYZ61.3857.450.49-
YUV201.92115.06153.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 179 (70.31% from 255) = 29.59%
R=39.34%
G=31.07%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818817900.210.250.079.1563.4481.76
HexEEBCB301519793f52
Octal3562742630253171177122
Binary1110111010111100101100110101011100111110011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCB3; }

 p { color: rgb(238,188,179); }

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

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

 a { background-color: rgb(238,188,179); }

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

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

 span { border-color: rgb(238,188,179); }

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