#EDB6AC

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

Shades of Beauty Bush #EDB6AC

Tints of Beauty Bush #EDB6AC

Color information

#EDB6AC (or 0xEDB6AC) is unknown color: approx Beauty Bush. HEX triplet: ED, B6 and AC. RGB value is (237,182,172). Sum of RGB (Red+Green+Blue) = 237+182+172=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB6AC is #124953. Grayscale: #C5C5C5. Windows color (decimal): -1198420 or 11319021. OLE color: 11319021.

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

Color convert

RGB237182172-
CMYK00.230.270.07
HSL9.23º64.36%80.2%-
HSV(B)9.23º27.43%92.94%-
XYZ59.154.4446.42-
YUV197.3113.72156.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=40.10%
G=30.80%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718217200.230.270.079.2364.3680.2
HexEDB6AC0171B794050
Octal35526625402733711100120
Binary11101101101101101010110001011111011111100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB6AC; }

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

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

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

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

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

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

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

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