#edc0bc

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

Shades of Beauty Bush #EDC0BC

Tints of Beauty Bush #EDC0BC

Color information

#EDC0BC (or 0xEDC0BC) is unknown color: approx Beauty Bush. HEX triplet: ED, C0 and BC. RGB value is (237,192,188). Sum of RGB (Red+Green+Blue) = 237+192+188=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0BC is #123F43. Grayscale: #CDCDCD. Windows color (decimal): -1195844 or 12370157. OLE color: 12370157.

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

Color convert

RGB237192188-
CMYK00.190.210.07
HSL4.9º57.65%83.33%-
HSV(B)4.9º20.68%92.94%-
XYZ62.8559.3355.72-
YUV205118.41150.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=38.41%
G=31.12%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719218800.190.210.074.957.6583.33
HexEDC0BC01315753a53
Octal355300274023257572123
Binary111011011100000010111100010011101011111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edc0bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edc0bc; }

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

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

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

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

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

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

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

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