#EABDBA

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

Shades of Beauty Bush #EABDBA

Tints of Beauty Bush #EABDBA

Color information

#EABDBA (or 0xEABDBA) is unknown color: approx Beauty Bush. HEX triplet: EA, BD and BA. RGB value is (234,189,186). Sum of RGB (Red+Green+Blue) = 234+189+186=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDBA is #154245. Grayscale: #CACACA. Windows color (decimal): -1393222 or 12238314. OLE color: 12238314.

HSL color Cylindrical-coordinate representation of color #EABDBA: hue angle of 3.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABDBA is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234189186-
CMYK00.190.210.08
HSL3.75º53.33%82.35%-
HSV(B)3.75º20.51%91.76%-
XYZ60.9957.4354.33-
YUV202.11118.91150.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=38.42%
G=31.03%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418918600.190.210.083.7553.3382.35
HexEABDBA01315843552
Octal3522752720232510465122
Binary1110101010111101101110100100111010110001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDBA; }

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

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

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

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

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

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

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

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