#EEBDBA

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

Shades of Beauty Bush #EEBDBA

Tints of Beauty Bush #EEBDBA

Color information

#EEBDBA (or 0xEEBDBA) is unknown color: approx Beauty Bush. HEX triplet: EE, BD and BA. RGB value is (238,189,186). Sum of RGB (Red+Green+Blue) = 238+189+186=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDBA is #114245. Grayscale: #CBCBCB. Windows color (decimal): -1131078 or 12238318. OLE color: 12238318.

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

Color convert

RGB238189186-
CMYK00.210.220.07
HSL3.46º60.47%83.14%-
HSV(B)3.46º21.85%93.33%-
XYZ62.3258.1254.39-
YUV203.31118.23152.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=38.83%
G=30.83%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818918600.210.220.073.4660.4783.14
HexEEBDBA01516733c53
Octal356275272025267374123
Binary11101110101111011011101001010110110111111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDBA; }

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

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

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

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

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

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

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

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