#EDBAB9

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

Shades of Beauty Bush #EDBAB9

Tints of Beauty Bush #EDBAB9

Color information

#EDBAB9 (or 0xEDBAB9) is unknown color: approx Beauty Bush. HEX triplet: ED, BA and B9. RGB value is (237,186,185). Sum of RGB (Red+Green+Blue) = 237+186+185=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAB9 is #124546. Grayscale: #C9C9C9. Windows color (decimal): -1197383 or 12172013. OLE color: 12172013.

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

Color convert

RGB237186185-
CMYK00.220.220.07
HSL1.15º59.09%82.75%-
HSV(B)1.15º21.94%92.94%-
XYZ61.2456.6353.6-
YUV201.14118.9153.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=38.98%
G=30.59%
B=30.43%

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
Decimal23718618500.220.220.071.1559.0982.75
HexEDBAB901616713b53
Octal355272271026267173123
Binary1110110110111010101110010101101011011111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAB9; }

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

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

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

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

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

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

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

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