#EDBEB6

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

Shades of Beauty Bush #EDBEB6

Tints of Beauty Bush #EDBEB6

Color information

#EDBEB6 (or 0xEDBEB6) is unknown color: approx Beauty Bush. HEX triplet: ED, BE and B6. RGB value is (237,190,182). Sum of RGB (Red+Green+Blue) = 237+190+182=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEB6 is #124149. Grayscale: #CBCBCB. Windows color (decimal): -1196362 or 11976429. OLE color: 11976429.

HSL color Cylindrical-coordinate representation of color #EDBEB6: hue angle of 8.73º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBEB6 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237190182-
CMYK00.200.230.07
HSL8.73º60.44%82.16%-
HSV(B)8.73º23.21%92.94%-
XYZ61.7858.2152.24-
YUV203.14116.07152.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=38.92%
G=31.20%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719018200.200.230.078.7360.4482.16
HexEDBEB601417793c52
Octal3552762660242771174122
Binary1110110110111110101101100101001011111110011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEB6; }

 p { color: rgb(237,190,182); }

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

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

 a { background-color: rgb(237,190,182); }

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

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

 span { border-color: rgb(237,190,182); }

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