#EDC4BF

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

Shades of Beauty Bush #EDC4BF

Tints of Beauty Bush #EDC4BF

Color information

#EDC4BF (or 0xEDC4BF) is unknown color: approx Beauty Bush. HEX triplet: ED, C4 and BF. RGB value is (237,196,191). Sum of RGB (Red+Green+Blue) = 237+196+191=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4BF is #123B40. Grayscale: #CFCFCF. Windows color (decimal): -1194817 or 12567789. OLE color: 12567789.

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

Color convert

RGB237196191-
CMYK00.170.190.07
HSL6.52º56.1%83.92%-
HSV(B)6.52º19.41%92.94%-
XYZ64.0761.2557.74-
YUV207.69118.58148.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 196 (76.95% from 255) = 31.41%
BLUE value IS 191 (75% from 255) = 30.61%
R=37.98%
G=31.41%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719619100.170.190.076.5256.183.92
HexEDC4BF01113773854
Octal355304277021237770124
Binary111011011100010010111111010001100111111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4BF; }

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

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

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

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

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

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

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

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