#EEB3AE

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

Shades of Beauty Bush #EEB3AE

Tints of Beauty Bush #EEB3AE

Color information

#EEB3AE (or 0xEEB3AE) is unknown color: approx Beauty Bush. HEX triplet: EE, B3 and AE. RGB value is (238,179,174). Sum of RGB (Red+Green+Blue) = 238+179+174=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB3AE is #114C51. Grayscale: #C4C4C4. Windows color (decimal): -1133650 or 11449326. OLE color: 11449326.

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

Color convert

RGB238179174-
CMYK00.250.270.07
HSL4.69º65.31%80.78%-
HSV(B)4.69º26.89%93.33%-
XYZ59.0253.4747.26-
YUV196.07115.55157.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=40.27%
G=30.29%
B=29.44%

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
Decimal23817917400.250.270.074.6965.3180.78
HexEEB3AE0191B754151
Octal3562632560313375101121
Binary1110111010110011101011100110011101111110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3AE; }

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

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

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

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

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

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

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

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