#EEC2BA

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

Shades of Beauty Bush #EEC2BA

Tints of Beauty Bush #EEC2BA

Color information

#EEC2BA (or 0xEEC2BA) is unknown color: approx Beauty Bush. HEX triplet: EE, C2 and BA. RGB value is (238,194,186). Sum of RGB (Red+Green+Blue) = 238+194+186=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2BA is #113D45. Grayscale: #CECECE. Windows color (decimal): -1129798 or 12239598. OLE color: 12239598.

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

Color convert

RGB238194186-
CMYK00.180.220.07
HSL9.23º60.47%83.14%-
HSV(B)9.23º21.85%93.33%-
XYZ63.4160.3154.75-
YUV206.24116.58150.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=38.51%
G=31.39%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819418600.180.220.079.2360.4783.14
HexEEC2BA01216793c53
Octal3563022720222671174123
Binary1110111011000010101110100100101011011110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2BA; }

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

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

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

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

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

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

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

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