#EDB8AC

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

Shades of Beauty Bush #EDB8AC

Tints of Beauty Bush #EDB8AC

Color information

#EDB8AC (or 0xEDB8AC) is unknown color: approx Beauty Bush. HEX triplet: ED, B8 and AC. RGB value is (237,184,172). Sum of RGB (Red+Green+Blue) = 237+184+172=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB8AC is #124753. Grayscale: #C6C6C6. Windows color (decimal): -1197908 or 11319533. OLE color: 11319533.

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

Color convert

RGB237184172-
CMYK00.220.270.07
HSL11.08º64.36%80.2%-
HSV(B)11.08º27.43%92.94%-
XYZ59.5155.2646.56-
YUV198.48113.06155.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 184 (72.27% from 255) = 31.03%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=39.97%
G=31.03%
B=29.01%

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
Decimal23718417200.220.270.0711.0864.3680.2
HexEDB8AC0161B7b4050
Octal35527025402633713100120
Binary11101101101110001010110001011011011111101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB8AC; }

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

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

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

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

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

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

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

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