#EEBDB3

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

Shades of Beauty Bush #EEBDB3

Tints of Beauty Bush #EEBDB3

Color information

#EEBDB3 (or 0xEEBDB3) is unknown color: approx Beauty Bush. HEX triplet: EE, BD and B3. RGB value is (238,189,179). Sum of RGB (Red+Green+Blue) = 238+189+179=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDB3 is #11424C. Grayscale: #CACACA. Windows color (decimal): -1131085 or 11779566. OLE color: 11779566.

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

Color convert

RGB238189179-
CMYK00.210.250.07
HSL10.17º63.44%81.76%-
HSV(B)10.17º24.79%93.33%-
XYZ61.5957.8350.56-
YUV202.51114.73153.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 179 (70.31% from 255) = 29.54%
R=39.27%
G=31.19%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818917900.210.250.0710.1763.4481.76
HexEEBDB3015197a3f52
Octal3562752630253171277122
Binary1110111010111101101100110101011100111110101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDB3; }

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

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

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

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

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

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

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

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