#EABDB5

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

Shades of Beauty Bush #EABDB5

Tints of Beauty Bush #EABDB5

Color information

#EABDB5 (or 0xEABDB5) is unknown color: approx Beauty Bush. HEX triplet: EA, BD and B5. RGB value is (234,189,181). Sum of RGB (Red+Green+Blue) = 234+189+181=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDB5 is #15424A. Grayscale: #C9C9C9. Windows color (decimal): -1393227 or 11910634. OLE color: 11910634.

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

Color convert

RGB234189181-
CMYK00.190.230.08
HSL9.06º55.79%81.37%-
HSV(B)9.06º22.65%91.76%-
XYZ60.4757.2251.57-
YUV201.54116.41151.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 181 (71.09% from 255) = 29.97%
R=38.74%
G=31.29%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418918100.190.230.089.0655.7981.37
HexEABDB501317893851
Octal35227526502327101170121
Binary11101010101111011011010101001110111100010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDB5; }

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

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

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

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

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

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

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

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