#EDB0AF

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

Shades of Beauty Bush #EDB0AF

Tints of Beauty Bush #EDB0AF

Color information

#EDB0AF (or 0xEDB0AF) is unknown color: approx Beauty Bush. HEX triplet: ED, B0 and AF. RGB value is (237,176,175). Sum of RGB (Red+Green+Blue) = 237+176+175=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB0AF is #124F50. Grayscale: #C2C2C2. Windows color (decimal): -1199953 or 11514093. OLE color: 11514093.

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

Color convert

RGB237176175-
CMYK00.260.260.07
HSL0.97º63.27%80.78%-
HSV(B)0.97º26.16%92.94%-
XYZ58.1952.1547.56-
YUV194.12117.21158.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 176 (69.14% from 255) = 29.93%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=40.31%
G=29.93%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717617500.260.260.070.9763.2780.78
HexEDB0AF01A1A713f51
Octal355260257032327177121
Binary1110110110110000101011110110101101011111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0AF; }

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

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

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

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

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

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

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

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