#EEC2BC

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

Shades of Beauty Bush #EEC2BC

Tints of Beauty Bush #EEC2BC

Color information

#EEC2BC (or 0xEEC2BC) is unknown color: approx Beauty Bush. HEX triplet: EE, C2 and BC. RGB value is (238,194,188). Sum of RGB (Red+Green+Blue) = 238+194+188=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2BC is #113D43. Grayscale: #CECECE. Windows color (decimal): -1129796 or 12370670. OLE color: 12370670.

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

Color convert

RGB238194188-
CMYK00.180.210.07
HSL7.2º59.52%83.53%-
HSV(B)7.2º21.01%93.33%-
XYZ63.6360.3955.88-
YUV206.47117.58150.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=38.39%
G=31.29%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819418800.180.210.077.259.5283.53
HexEEC2BC01215773c54
Octal356302274022257774124
Binary111011101100001010111100010010101011111111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2BC; }

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

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

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

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

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

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

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

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