#EDBFBA

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

Shades of Beauty Bush #EDBFBA

Tints of Beauty Bush #EDBFBA

Color information

#EDBFBA (or 0xEDBFBA) is unknown color: approx Beauty Bush. HEX triplet: ED, BF and BA. RGB value is (237,191,186). Sum of RGB (Red+Green+Blue) = 237+191+186=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFBA is #124045. Grayscale: #CCCCCC. Windows color (decimal): -1196102 or 12238829. OLE color: 12238829.

HSL color Cylindrical-coordinate representation of color #EDBFBA: hue angle of 5.88º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBFBA is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237191186-
CMYK00.190.220.07
HSL5.88º58.62%82.94%-
HSV(B)5.88º21.52%92.94%-
XYZ62.4258.8154.52-
YUV204.18117.74151.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=38.60%
G=31.11%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719118600.190.220.075.8858.6282.94
HexEDBFBA01316763b53
Octal355277272023267673123
Binary111011011011111110111010010011101101111101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFBA; }

 p { color: rgb(237,191,186); }

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

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

 a { background-color: rgb(237,191,186); }

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

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

 span { border-color: rgb(237,191,186); }

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