#EDB2AD

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

Shades of Beauty Bush #EDB2AD

Tints of Beauty Bush #EDB2AD

Color information

#EDB2AD (or 0xEDB2AD) is unknown color: approx Beauty Bush. HEX triplet: ED, B2 and AD. RGB value is (237,178,173). Sum of RGB (Red+Green+Blue) = 237+178+173=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB2AD is #124D52. Grayscale: #C3C3C3. Windows color (decimal): -1199443 or 11383533. OLE color: 11383533.

HSL color Cylindrical-coordinate representation of color #EDB2AD: hue angle of 4.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB2AD is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237178173-
CMYK00.250.270.07
HSL4.69º64%80.39%-
HSV(B)4.69º27%92.94%-
XYZ58.3952.8646.66-
YUV195.07115.55157.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 178 (69.92% from 255) = 30.27%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=40.31%
G=30.27%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717817300.250.270.074.696480.39
HexEDB2AD0191B754050
Octal3552622550313375100120
Binary1110110110110010101011010110011101111110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2AD; }

 p { color: rgb(237,178,173); }

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

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

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

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

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

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

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