#EDC0BF

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

Shades of Beauty Bush #EDC0BF

Tints of Beauty Bush #EDC0BF

Color information

#EDC0BF (or 0xEDC0BF) is unknown color: approx Beauty Bush. HEX triplet: ED, C0 and BF. RGB value is (237,192,191). Sum of RGB (Red+Green+Blue) = 237+192+191=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0BF is #123F40. Grayscale: #CDCDCD. Windows color (decimal): -1195841 or 12566765. OLE color: 12566765.

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

Color convert

RGB237192191-
CMYK00.190.190.07
HSL1.3º56.1%83.92%-
HSV(B)1.3º19.41%92.94%-
XYZ63.1859.4757.44-
YUV205.34119.91150.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 191 (75% from 255) = 30.81%
R=38.23%
G=30.97%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719219100.190.190.071.356.183.92
HexEDC0BF01313713854
Octal355300277023237170124
Binary1110110111000000101111110100111001111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0BF; }

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

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

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

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

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

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

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

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