#EDB8AD

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

Shades of Beauty Bush #EDB8AD

Tints of Beauty Bush #EDB8AD

Color information

#EDB8AD (or 0xEDB8AD) is unknown color: approx Beauty Bush. HEX triplet: ED, B8 and AD. RGB value is (237,184,173). Sum of RGB (Red+Green+Blue) = 237+184+173=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB8AD is #124752. Grayscale: #C6C6C6. Windows color (decimal): -1197907 or 11385069. OLE color: 11385069.

HSL color Cylindrical-coordinate representation of color #EDB8AD: hue angle of 10.31º 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 #EDB8AD is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237184173-
CMYK00.220.270.07
HSL10.31º64%80.39%-
HSV(B)10.31º27%92.94%-
XYZ59.6155.347.07-
YUV198.59113.56155.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 184 (72.27% from 255) = 30.98%
BLUE value IS 173 (67.97% from 255) = 29.12%
R=39.90%
G=30.98%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718417300.220.270.0710.316480.39
HexEDB8AD0161B7a4050
Octal35527025502633712100120
Binary11101101101110001010110101011011011111101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8AD; }

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

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

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

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

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

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

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

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