#EEB3AD

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

Shades of Beauty Bush #EEB3AD

Tints of Beauty Bush #EEB3AD

Color information

#EEB3AD (or 0xEEB3AD) is unknown color: approx Beauty Bush. HEX triplet: EE, B3 and AD. RGB value is (238,179,173). Sum of RGB (Red+Green+Blue) = 238+179+173=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB3AD is #114C52. Grayscale: #C4C4C4. Windows color (decimal): -1133651 or 11383790. OLE color: 11383790.

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

Color convert

RGB238179173-
CMYK00.250.270.07
HSL5.54º65.66%80.59%-
HSV(B)5.54º27.31%93.33%-
XYZ58.9253.4346.74-
YUV195.96115.05157.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=40.34%
G=30.34%
B=29.32%

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
Decimal23817917300.250.270.075.5465.6680.59
HexEEB3AD0191B764251
Octal3562632550313376102121
Binary1110111010110011101011010110011101111111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3AD; }

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

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

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

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

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

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

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

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