#EEBDB6

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

Shades of Beauty Bush #EEBDB6

Tints of Beauty Bush #EEBDB6

Color information

#EEBDB6 (or 0xEEBDB6) is unknown color: approx Beauty Bush. HEX triplet: EE, BD and B6. RGB value is (238,189,182). Sum of RGB (Red+Green+Blue) = 238+189+182=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDB6 is #114249. Grayscale: #CACACA. Windows color (decimal): -1131082 or 11976174. OLE color: 11976174.

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

Color convert

RGB238189182-
CMYK00.210.240.07
HSL7.5º62.22%82.35%-
HSV(B)7.5º23.53%93.33%-
XYZ61.957.9552.18-
YUV202.85116.23153.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=39.08%
G=31.03%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818918200.210.240.077.562.2282.35
HexEEBDB601518783e52
Octal3562752660253071076122
Binary1110111010111101101101100101011100011110001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDB6; }

 p { color: rgb(238,189,182); }

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

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

 a { background-color: rgb(238,189,182); }

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

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

 span { border-color: rgb(238,189,182); }

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