#EDBAB4

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

Shades of Beauty Bush #EDBAB4

Tints of Beauty Bush #EDBAB4

Color information

#EDBAB4 (or 0xEDBAB4) is unknown color: approx Beauty Bush. HEX triplet: ED, BA and B4. RGB value is (237,186,180). Sum of RGB (Red+Green+Blue) = 237+186+180=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAB4 is #12454B. Grayscale: #C8C8C8. Windows color (decimal): -1197388 or 11844333. OLE color: 11844333.

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

Color convert

RGB237186180-
CMYK00.220.240.07
HSL6.32º61.29%81.76%-
HSV(B)6.32º24.05%92.94%-
XYZ60.7256.4250.87-
YUV200.56116.4153.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=39.30%
G=30.85%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718618000.220.240.076.3261.2981.76
HexEDBAB401618763d52
Octal355272264026307675122
Binary111011011011101010110100010110110001111101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAB4; }

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

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

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

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

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

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

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

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