#EDBCB1

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

Shades of Beauty Bush #EDBCB1

Tints of Beauty Bush #EDBCB1

Color information

#EDBCB1 (or 0xEDBCB1) is unknown color: approx Beauty Bush. HEX triplet: ED, BC and B1. RGB value is (237,188,177). Sum of RGB (Red+Green+Blue) = 237+188+177=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCB1 is #12434E. Grayscale: #C9C9C9. Windows color (decimal): -1196879 or 11648237. OLE color: 11648237.

HSL color Cylindrical-coordinate representation of color #EDBCB1: hue angle of 11º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBCB1 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237188177-
CMYK00.210.250.07
HSL11º62.5%81.18%-
HSV(B)11º25.32%92.94%-
XYZ60.8457.1549.42-
YUV201.4114.23153.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=39.37%
G=31.23%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718817700.210.250.071162.581.18
HexEDBCB1015197b3e51
Octal3552742610253171376121
Binary1110110110111100101100010101011100111110111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCB1; }

 p { color: rgb(237,188,177); }

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

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

 a { background-color: rgb(237,188,177); }

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

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

 span { border-color: rgb(237,188,177); }

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