#EDA59B

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

Shades of Rose Bud #EDA59B

Tints of Rose Bud #EDA59B

Color information

#EDA59B (or 0xEDA59B) is unknown color: approx Rose Bud. HEX triplet: ED, A5 and 9B. RGB value is (237,165,155). Sum of RGB (Red+Green+Blue) = 237+165+155=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA59B is #125A64. Grayscale: #B9B9B9. Windows color (decimal): -1202789 or 10200557. OLE color: 10200557.

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

Color convert

RGB237165155-
CMYK00.300.350.07
HSL7.32º69.49%76.86%-
HSV(B)7.32º34.6%92.94%-
XYZ54.347.2837.27-
YUV185.39110.85164.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 155 (60.94% from 255) = 27.83%
R=42.55%
G=29.62%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716515500.300.350.077.3269.4976.86
HexEDA59B01E2377454d
Octal3552452330364377105115
Binary11101101101001011001101101111010001111111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA59B; }

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

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

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

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

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

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

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

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