#EDB3AC

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

Shades of Beauty Bush #EDB3AC

Tints of Beauty Bush #EDB3AC

Color information

#EDB3AC (or 0xEDB3AC) is unknown color: approx Beauty Bush. HEX triplet: ED, B3 and AC. RGB value is (237,179,172). Sum of RGB (Red+Green+Blue) = 237+179+172=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB3AC is #124C53. Grayscale: #C3C3C3. Windows color (decimal): -1199188 or 11318253. OLE color: 11318253.

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

Color convert

RGB237179172-
CMYK00.240.270.07
HSL6.46º64.36%80.2%-
HSV(B)6.46º27.43%92.94%-
XYZ58.4953.2246.22-
YUV195.54114.72157.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 172 (67.58% from 255) = 29.25%
R=40.31%
G=30.44%
B=29.25%

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
Decimal23717917200.240.270.076.4664.3680.2
HexEDB3AC0181B764050
Octal3552632540303376100120
Binary1110110110110011101011000110001101111111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3AC; }

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

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

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

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

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

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

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

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