#EDC1BA

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

Shades of Beauty Bush #EDC1BA

Tints of Beauty Bush #EDC1BA

Color information

#EDC1BA (or 0xEDC1BA) is unknown color: approx Beauty Bush. HEX triplet: ED, C1 and BA. RGB value is (237,193,186). Sum of RGB (Red+Green+Blue) = 237+193+186=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1BA is #123E45. Grayscale: #CDCDCD. Windows color (decimal): -1195590 or 12239341. OLE color: 12239341.

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

Color convert

RGB237193186-
CMYK00.190.220.07
HSL8.24º58.62%82.94%-
HSV(B)8.24º21.52%92.94%-
XYZ62.8659.6954.66-
YUV205.36117.08150.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=38.47%
G=31.33%
B=30.19%

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
Decimal23719318600.190.220.078.2458.6282.94
HexEDC1BA01316783b53
Octal3553012720232671073123
Binary1110110111000001101110100100111011011110001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC1BA; }

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

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

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

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

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

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

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

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