#EEC3B9

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

Shades of Beauty Bush #EEC3B9

Tints of Beauty Bush #EEC3B9

Color information

#EEC3B9 (or 0xEEC3B9) is unknown color: approx Beauty Bush. HEX triplet: EE, C3 and B9. RGB value is (238,195,185). Sum of RGB (Red+Green+Blue) = 238+195+185=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3B9 is #113C46. Grayscale: #CECECE. Windows color (decimal): -1129543 or 12174318. OLE color: 12174318.

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

Color convert

RGB238195185-
CMYK00.180.220.07
HSL11.32º60.92%82.94%-
HSV(B)11.32º22.27%93.33%-
XYZ63.5360.7154.27-
YUV206.72115.75150.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 185 (72.66% from 255) = 29.94%
R=38.51%
G=31.55%
B=29.94%

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
Decimal23819518500.180.220.0711.3260.9282.94
HexEEC3B9012167b3d53
Octal3563032710222671375123
Binary1110111011000011101110010100101011011110111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3B9; }

 p { color: rgb(238,195,185); }

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

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

 a { background-color: rgb(238,195,185); }

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

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

 span { border-color: rgb(238,195,185); }

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