#EDA49B

Color #EDA49B Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #EDA49B

Tints of Rose Bud #EDA49B

Color information

#EDA49B (or 0xEDA49B) is unknown color: approx Rose Bud. HEX triplet: ED, A4 and 9B. RGB value is (237,164,155). Sum of RGB (Red+Green+Blue) = 237+164+155=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA49B is #125B64. Grayscale: #B8B8B8. Windows color (decimal): -1203045 or 10200301. OLE color: 10200301.

HSL color Cylindrical-coordinate representation of color #EDA49B: hue angle of 6.59º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA49B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237164155-
CMYK00.310.350.07
HSL6.59º69.49%76.86%-
HSV(B)6.59º34.6%92.94%-
XYZ54.1246.9237.21-
YUV184.8111.18165.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=42.63%
G=29.50%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716415500.310.350.076.5969.4976.86
HexEDA49B01F2377454d
Octal3552442330374377105115
Binary11101101101001001001101101111110001111111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA49B; }

 p { color: rgb(237,164,155); }

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

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

 a { background-color: rgb(237,164,155); }

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

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

 span { border-color: rgb(237,164,155); }

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