#EDB3AF

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

Shades of Beauty Bush #EDB3AF

Tints of Beauty Bush #EDB3AF

Color information

#EDB3AF (or 0xEDB3AF) is unknown color: approx Beauty Bush. HEX triplet: ED, B3 and AF. RGB value is (237,179,175). Sum of RGB (Red+Green+Blue) = 237+179+175=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB3AF is #124C50. Grayscale: #C3C3C3. Windows color (decimal): -1199185 or 11514861. OLE color: 11514861.

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

Color convert

RGB237179175-
CMYK00.240.260.07
HSL3.87º63.27%80.78%-
HSV(B)3.87º26.16%92.94%-
XYZ58.7853.3447.75-
YUV195.89116.22157.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=40.10%
G=30.29%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717917500.240.260.073.8763.2780.78
HexEDB3AF0181A743f51
Octal355263257030327477121
Binary111011011011001110101111011000110101111001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3AF; }

 p { color: rgb(237,179,175); }

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

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

 a { background-color: rgb(237,179,175); }

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

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

 span { border-color: rgb(237,179,175); }

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