#EDBEB9

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

Shades of Beauty Bush #EDBEB9

Tints of Beauty Bush #EDBEB9

Color information

#EDBEB9 (or 0xEDBEB9) is unknown color: approx Beauty Bush. HEX triplet: ED, BE and B9. RGB value is (237,190,185). Sum of RGB (Red+Green+Blue) = 237+190+185=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEB9 is #124146. Grayscale: #CBCBCB. Windows color (decimal): -1196359 or 12173037. OLE color: 12173037.

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

Color convert

RGB237190185-
CMYK00.200.220.07
HSL5.77º59.09%82.75%-
HSV(B)5.77º21.94%92.94%-
XYZ62.158.3353.89-
YUV203.48117.57151.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 185 (72.66% from 255) = 30.23%
R=38.73%
G=31.05%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719018500.200.220.075.7759.0982.75
HexEDBEB901416763b53
Octal355276271024267673123
Binary111011011011111010111001010100101101111101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEB9; }

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

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

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

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

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

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

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

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