#EEC0B9

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

Shades of Beauty Bush #EEC0B9

Tints of Beauty Bush #EEC0B9

Color information

#EEC0B9 (or 0xEEC0B9) is unknown color: approx Beauty Bush. HEX triplet: EE, C0 and B9. RGB value is (238,192,185). Sum of RGB (Red+Green+Blue) = 238+192+185=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0B9 is #113F46. Grayscale: #CDCDCD. Windows color (decimal): -1130311 or 12173550. OLE color: 12173550.

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

Color convert

RGB238192185-
CMYK00.190.220.07
HSL7.92º60.92%82.94%-
HSV(B)7.92º22.27%93.33%-
XYZ62.8759.3854.05-
YUV204.96116.74151.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 185 (72.66% from 255) = 30.08%
R=38.70%
G=31.22%
B=30.08%

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
Decimal23819218500.190.220.077.9260.9282.94
HexEEC0B901316783d53
Octal3563002710232671075123
Binary1110111011000000101110010100111011011110001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0B9; }

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

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

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

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

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

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

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

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