#EDA19C

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

Shades of Rose Bud #EDA19C

Tints of Rose Bud #EDA19C

Color information

#EDA19C (or 0xEDA19C) is unknown color: approx Rose Bud. HEX triplet: ED, A1 and 9C. RGB value is (237,161,156). Sum of RGB (Red+Green+Blue) = 237+161+156=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA19C is #125E63. Grayscale: #B7B7B7. Windows color (decimal): -1203812 or 10265069. OLE color: 10265069.

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

Color convert

RGB237161156-
CMYK00.320.340.07
HSL3.7º69.23%77.06%-
HSV(B)3.7º34.18%92.94%-
XYZ53.6745.8937.48-
YUV183.15112.68166.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 156 (61.33% from 255) = 28.16%
R=42.78%
G=29.06%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716115600.320.340.073.769.2377.06
HexEDA19C0202274454d
Octal3552412340404274105115
Binary111011011010000110011100010000010001011110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA19C; }

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

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

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

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

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

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

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

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