#EEC1B8

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

Shades of Beauty Bush #EEC1B8

Tints of Beauty Bush #EEC1B8

Color information

#EEC1B8 (or 0xEEC1B8) is unknown color: approx Beauty Bush. HEX triplet: EE, C1 and B8. RGB value is (238,193,184). Sum of RGB (Red+Green+Blue) = 238+193+184=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 184 (72.27% from 255 or 29.92% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC1B8 is #113E47. Grayscale: #CDCDCD. Windows color (decimal): -1130056 or 12108270. OLE color: 12108270.

HSL color Cylindrical-coordinate representation of color #EEC1B8: hue angle of 10º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEC1B8 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB238193184-
CMYK00.190.230.07
HSL10º61.36%82.75%-
HSV(B)10º22.69%93.33%-
XYZ62.9859.7853.57-
YUV205.43115.91151.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 184 (72.27% from 255) = 29.92%
R=38.70%
G=31.38%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819318400.190.230.071061.3682.75
HexEEC1B8013177a3d53
Octal3563012700232771275123
Binary1110111011000001101110000100111011111110101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC1B8; }

 p { color: rgb(238,193,184); }

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

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

 a { background-color: rgb(238,193,184); }

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

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

 span { border-color: rgb(238,193,184); }

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