#EDC0BA

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

Shades of Beauty Bush #EDC0BA

Tints of Beauty Bush #EDC0BA

Color information

#EDC0BA (or 0xEDC0BA) is unknown color: approx Beauty Bush. HEX triplet: ED, C0 and BA. RGB value is (237,192,186). Sum of RGB (Red+Green+Blue) = 237+192+186=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0BA is #123F45. Grayscale: #CCCCCC. Windows color (decimal): -1195846 or 12239085. OLE color: 12239085.

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

Color convert

RGB237192186-
CMYK00.190.220.07
HSL7.06º58.62%82.94%-
HSV(B)7.06º21.52%92.94%-
XYZ62.6459.2554.59-
YUV204.77117.41150.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=38.54%
G=31.22%
B=30.24%

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
Decimal23719218600.190.220.077.0658.6282.94
HexEDC0BA01316773b53
Octal355300272023267773123
Binary111011011100000010111010010011101101111111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0BA; }

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

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

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

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

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

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

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

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