#EEBCB4

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

Shades of Beauty Bush #EEBCB4

Tints of Beauty Bush #EEBCB4

Color information

#EEBCB4 (or 0xEEBCB4) is unknown color: approx Beauty Bush. HEX triplet: EE, BC and B4. RGB value is (238,188,180). Sum of RGB (Red+Green+Blue) = 238+188+180=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCB4 is #11434B. Grayscale: #CACACA. Windows color (decimal): -1131340 or 11844846. OLE color: 11844846.

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

Color convert

RGB238188180-
CMYK00.210.240.07
HSL8.28º63.04%81.96%-
HSV(B)8.28º24.37%93.33%-
XYZ61.4857.4451.03-
YUV202.04115.56153.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 180 (70.70% from 255) = 29.70%
R=39.27%
G=31.02%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818818000.210.240.078.2863.0481.96
HexEEBCB401518783f52
Octal3562742640253071077122
Binary1110111010111100101101000101011100011110001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCB4; }

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

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

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

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

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

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

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

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