#EEB4AD

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

Shades of Beauty Bush #EEB4AD

Tints of Beauty Bush #EEB4AD

Color information

#EEB4AD (or 0xEEB4AD) is unknown color: approx Beauty Bush. HEX triplet: EE, B4 and AD. RGB value is (238,180,173). Sum of RGB (Red+Green+Blue) = 238+180+173=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB4AD is #114B52. Grayscale: #C4C4C4. Windows color (decimal): -1133395 or 11384046. OLE color: 11384046.

HSL color Cylindrical-coordinate representation of color #EEB4AD: hue angle of 6.46º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEB4AD is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238180173-
CMYK00.240.270.07
HSL6.46º65.66%80.59%-
HSV(B)6.46º27.31%93.33%-
XYZ59.1253.8446.81-
YUV196.54114.72157.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=40.27%
G=30.46%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818017300.240.270.076.4665.6680.59
HexEEB4AD0181B764251
Octal3562642550303376102121
Binary1110111010110100101011010110001101111111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4AD; }

 p { color: rgb(238,180,173); }

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

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

 a { background-color: rgb(238,180,173); }

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

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

 span { border-color: rgb(238,180,173); }

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