#EEC0BA

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

Shades of Beauty Bush #EEC0BA

Tints of Beauty Bush #EEC0BA

Color information

#EEC0BA (or 0xEEC0BA) is unknown color: approx Beauty Bush. HEX triplet: EE, C0 and BA. RGB value is (238,192,186). Sum of RGB (Red+Green+Blue) = 238+192+186=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0BA is #113F45. Grayscale: #CDCDCD. Windows color (decimal): -1130310 or 12239086. OLE color: 12239086.

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

Color convert

RGB238192186-
CMYK00.190.220.07
HSL6.92º60.47%83.14%-
HSV(B)6.92º21.85%93.33%-
XYZ62.9759.4254.6-
YUV205.07117.24151.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 192 (75.39% from 255) = 31.17%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=38.64%
G=31.17%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819218600.190.220.076.9260.4783.14
HexEEC0BA01316773c53
Octal356300272023267774123
Binary111011101100000010111010010011101101111111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0BA; }

 p { color: rgb(238,192,186); }

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

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

 a { background-color: rgb(238,192,186); }

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

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

 span { border-color: rgb(238,192,186); }

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