#EDB2AE

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

Shades of Beauty Bush #EDB2AE

Tints of Beauty Bush #EDB2AE

Color information

#EDB2AE (or 0xEDB2AE) is unknown color: approx Beauty Bush. HEX triplet: ED, B2 and AE. RGB value is (237,178,174). Sum of RGB (Red+Green+Blue) = 237+178+174=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB2AE is #124D51. Grayscale: #C3C3C3. Windows color (decimal): -1199442 or 11449069. OLE color: 11449069.

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

Color convert

RGB237178174-
CMYK00.250.270.07
HSL3.81º63.64%80.59%-
HSV(B)3.81º26.58%92.94%-
XYZ58.4952.947.17-
YUV195.18116.05157.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=40.24%
G=30.22%
B=29.54%

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
Decimal23717817400.250.270.073.8163.6480.59
HexEDB2AE0191B744051
Octal3552622560313374100121
Binary1110110110110010101011100110011101111110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB2AE; }

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

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

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

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

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

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

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

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