#EDA49C

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

Shades of Rose Bud #EDA49C

Tints of Rose Bud #EDA49C

Color information

#EDA49C (or 0xEDA49C) is unknown color: approx Rose Bud. HEX triplet: ED, A4 and 9C. RGB value is (237,164,156). Sum of RGB (Red+Green+Blue) = 237+164+156=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA49C is #125B63. Grayscale: #B9B9B9. Windows color (decimal): -1203044 or 10265837. OLE color: 10265837.

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

Color convert

RGB237164156-
CMYK00.310.340.07
HSL5.93º69.23%77.06%-
HSV(B)5.93º34.18%92.94%-
XYZ54.246.9637.66-
YUV184.92111.68165.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 156 (61.33% from 255) = 28.01%
R=42.55%
G=29.44%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716415600.310.340.075.9369.2377.06
HexEDA49C01F2276454d
Octal3552442340374276105115
Binary11101101101001001001110001111110001011111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA49C; }

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

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

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

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

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

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

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

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