#EDB5AD

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

Shades of Beauty Bush #EDB5AD

Tints of Beauty Bush #EDB5AD

Color information

#EDB5AD (or 0xEDB5AD) is unknown color: approx Beauty Bush. HEX triplet: ED, B5 and AD. RGB value is (237,181,173). Sum of RGB (Red+Green+Blue) = 237+181+173=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB5AD is #124A52. Grayscale: #C4C4C4. Windows color (decimal): -1198675 or 11384301. OLE color: 11384301.

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

Color convert

RGB237181173-
CMYK00.240.270.07
HSL7.5º64%80.39%-
HSV(B)7.5º27%92.94%-
XYZ58.9954.0746.86-
YUV196.83114.55156.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=40.10%
G=30.63%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718117300.240.270.077.56480.39
HexEDB5AD0181B784050
Octal35526525503033710100120
Binary11101101101101011010110101100011011111100010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB5AD; }

 p { color: rgb(237,181,173); }

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

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

 a { background-color: rgb(237,181,173); }

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

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

 span { border-color: rgb(237,181,173); }

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