#EDB3AB

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

Shades of Beauty Bush #EDB3AB

Tints of Beauty Bush #EDB3AB

Color information

#EDB3AB (or 0xEDB3AB) is unknown color: approx Beauty Bush. HEX triplet: ED, B3 and AB. RGB value is (237,179,171). Sum of RGB (Red+Green+Blue) = 237+179+171=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB3AB is #124C54. Grayscale: #C3C3C3. Windows color (decimal): -1199189 or 11252717. OLE color: 11252717.

HSL color Cylindrical-coordinate representation of color #EDB3AB: hue angle of 7.27º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB3AB is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237179171-
CMYK00.240.280.07
HSL7.27º64.71%80%-
HSV(B)7.27º27.85%92.94%-
XYZ58.453.1945.72-
YUV195.43114.22157.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=40.37%
G=30.49%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717917100.240.280.077.2764.7180
HexEDB3AB0181C774150
Octal3552632530303477101120
Binary1110110110110011101010110110001110011111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3AB; }

 p { color: rgb(237,179,171); }

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

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

 a { background-color: rgb(237,179,171); }

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

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

 span { border-color: rgb(237,179,171); }

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