#EDC2BF

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

Shades of Beauty Bush #EDC2BF

Tints of Beauty Bush #EDC2BF

Color information

#EDC2BF (or 0xEDC2BF) is unknown color: approx Beauty Bush. HEX triplet: ED, C2 and BF. RGB value is (237,194,191). Sum of RGB (Red+Green+Blue) = 237+194+191=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2BF is #123D40. Grayscale: #CECECE. Windows color (decimal): -1195329 or 12567277. OLE color: 12567277.

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

Color convert

RGB237194191-
CMYK00.180.190.07
HSL3.91º56.1%83.92%-
HSV(B)3.91º19.41%92.94%-
XYZ63.6260.3557.59-
YUV206.52119.25149.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 194 (76.17% from 255) = 31.19%
BLUE value IS 191 (75% from 255) = 30.71%
R=38.10%
G=31.19%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719419100.180.190.073.9156.183.92
HexEDC2BF01213743854
Octal355302277022237470124
Binary111011011100001010111111010010100111111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC2BF; }

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

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

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

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

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

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

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

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