#EDA9B3

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

Shades of Blossom #EDA9B3

Tints of Blossom #EDA9B3

Color information

#EDA9B3 (or 0xEDA9B3) is unknown color: approx Blossom. HEX triplet: ED, A9 and B3. RGB value is (237,169,179). Sum of RGB (Red+Green+Blue) = 237+169+179=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9B3 is #12564C. Grayscale: #BEBEBE. Windows color (decimal): -1201741 or 11774445. OLE color: 11774445.

HSL color Cylindrical-coordinate representation of color #EDA9B3: hue angle of 351.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9B3 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237169179-
CMYK00.290.240.07
HSL351.18º65.38%79.61%-
HSV(B)351.18º28.69%92.94%-
XYZ57.2549.6449.21-
YUV190.47121.53161.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 169 (66.41% from 255) = 28.89%
BLUE value IS 179 (70.31% from 255) = 30.60%
R=40.51%
G=28.89%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716917900.290.240.07351.1865.3879.61
HexEDA9B301D18715f4150
Octal355251263035307537101120
Binary1110110110101001101100110111011100011110101111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9B3; }

 p { color: rgb(237,169,179); }

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

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

 a { background-color: rgb(237,169,179); }

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

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

 span { border-color: rgb(237,169,179); }

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