#EEBAAE

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

Shades of Beauty Bush #EEBAAE

Tints of Beauty Bush #EEBAAE

Color information

#EEBAAE (or 0xEEBAAE) is unknown color: approx Beauty Bush. HEX triplet: EE, BA and AE. RGB value is (238,186,174). Sum of RGB (Red+Green+Blue) = 238+186+174=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAAE is #114551. Grayscale: #C8C8C8. Windows color (decimal): -1131858 or 11451118. OLE color: 11451118.

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

Color convert

RGB238186174-
CMYK00.220.270.07
HSL11.25º65.31%80.78%-
HSV(B)11.25º26.89%93.33%-
XYZ60.4656.3547.73-
YUV200.18113.23154.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=39.80%
G=31.10%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818617400.220.270.0711.2565.3180.78
HexEEBAAE0161B7b4151
Octal35627225602633713101121
Binary11101110101110101010111001011011011111101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAAE; }

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

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

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

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

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

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

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

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