#EEB2AD

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

Shades of Beauty Bush #EEB2AD

Tints of Beauty Bush #EEB2AD

Color information

#EEB2AD (or 0xEEB2AD) is unknown color: approx Beauty Bush. HEX triplet: EE, B2 and AD. RGB value is (238,178,173). Sum of RGB (Red+Green+Blue) = 238+178+173=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB2AD is #114D52. Grayscale: #C3C3C3. Windows color (decimal): -1133907 or 11383534. OLE color: 11383534.

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

Color convert

RGB238178173-
CMYK00.250.270.07
HSL4.62º65.66%80.59%-
HSV(B)4.62º27.31%93.33%-
XYZ58.7253.0446.68-
YUV195.37115.38158.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=40.41%
G=30.22%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817817300.250.270.074.6265.6680.59
HexEEB2AD0191B754251
Octal3562622550313375102121
Binary1110111010110010101011010110011101111110110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2AD; }

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

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

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

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

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

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

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

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