#EDB5AE

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

Shades of Beauty Bush #EDB5AE

Tints of Beauty Bush #EDB5AE

Color information

#EDB5AE (or 0xEDB5AE) is unknown color: approx Beauty Bush. HEX triplet: ED, B5 and AE. RGB value is (237,181,174). Sum of RGB (Red+Green+Blue) = 237+181+174=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB5AE is #124A51. Grayscale: #C5C5C5. Windows color (decimal): -1198674 or 11449837. OLE color: 11449837.

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

Color convert

RGB237181174-
CMYK00.240.270.07
HSL6.67º63.64%80.59%-
HSV(B)6.67º26.58%92.94%-
XYZ59.0954.1147.37-
YUV196.95115.05156.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=40.03%
G=30.57%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718117400.240.270.076.6763.6480.59
HexEDB5AE0181B774051
Octal3552652560303377100121
Binary1110110110110101101011100110001101111111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB5AE; }

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

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

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

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

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

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

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

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