#EABDB1

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

Shades of Beauty Bush #EABDB1

Tints of Beauty Bush #EABDB1

Color information

#EABDB1 (or 0xEABDB1) is unknown color: approx Beauty Bush. HEX triplet: EA, BD and B1. RGB value is (234,189,177). Sum of RGB (Red+Green+Blue) = 234+189+177=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDB1 is #15424E. Grayscale: #C9C9C9. Windows color (decimal): -1393231 or 11648490. OLE color: 11648490.

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

Color convert

RGB234189177-
CMYK00.190.240.08
HSL12.63º57.58%80.59%-
HSV(B)12.63º24.36%91.76%-
XYZ60.0757.0649.44-
YUV201.09114.41151.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=39%
G=31.5%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418917700.190.240.0812.6357.5880.59
HexEABDB1013188d3a51
Octal35227526102330101572121
Binary11101010101111011011000101001111000100011011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDB1; }

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

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

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

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

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

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

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

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