#EDB9B9

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

Shades of Beauty Bush #EDB9B9

Tints of Beauty Bush #EDB9B9

Color information

#EDB9B9 (or 0xEDB9B9) is unknown color: approx Beauty Bush. HEX triplet: ED, B9 and B9. RGB value is (237,185,185). Sum of RGB (Red+Green+Blue) = 237+185+185=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9B9 is #124646. Grayscale: #C8C8C8. Windows color (decimal): -1197639 or 12171757. OLE color: 12171757.

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

Color convert

RGB237185185-
CMYK00.220.220.07
HSL59.09%82.75%-
HSV(B)21.94%92.94%-
XYZ61.0356.2153.53-
YUV200.55119.23154-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=39.04%
G=30.48%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718518500.220.220.07059.0982.75
HexEDB9B901616703b53
Octal355271271026267073123
Binary1110110110111001101110010101101011011101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB9B9; }

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

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

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

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

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

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

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

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