#EDA39C

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

Shades of Rose Bud #EDA39C

Tints of Rose Bud #EDA39C

Color information

#EDA39C (or 0xEDA39C) is unknown color: approx Rose Bud. HEX triplet: ED, A3 and 9C. RGB value is (237,163,156). Sum of RGB (Red+Green+Blue) = 237+163+156=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA39C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA39C is #125C63. Grayscale: #B8B8B8. Windows color (decimal): -1203300 or 10265581. OLE color: 10265581.

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

Color convert

RGB237163156-
CMYK00.310.340.07
HSL5.19º69.23%77.06%-
HSV(B)5.19º34.18%92.94%-
XYZ54.0246.637.6-
YUV184.33112.02165.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=42.63%
G=29.32%
B=28.06%

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
Decimal23716315600.310.340.075.1969.2377.06
HexEDA39C01F2275454d
Octal3552432340374275105115
Binary11101101101000111001110001111110001011110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA39C; }

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

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

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

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

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

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

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

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