#EDB091

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

Shades of Mandys Pink #EDB091

Tints of Mandys Pink #EDB091

Color information

#EDB091 (or 0xEDB091) is unknown color: approx Mandys Pink. HEX triplet: ED, B0 and 91. RGB value is (237,176,145). Sum of RGB (Red+Green+Blue) = 237+176+145=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB091 is #124F6E. Grayscale: #BEBEBE. Windows color (decimal): -1199983 or 9548013. OLE color: 9548013.

HSL color Cylindrical-coordinate representation of color #EDB091: hue angle of 20.22º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDB091 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237176145-
CMYK00.260.390.07
HSL20.22º71.88%74.9%-
HSV(B)20.22º38.82%92.94%-
XYZ55.5651.133.72-
YUV190.7102.21161.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 176 (69.14% from 255) = 31.54%
BLUE value IS 145 (57.03% from 255) = 25.99%
R=42.47%
G=31.54%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717614500.260.390.0720.2271.8874.9
HexEDB09101A27714484b
Octal35526022103247724110113
Binary1110110110110000100100010110101001111111010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB091; }

 p { color: rgb(237,176,145); }

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

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

 a { background-color: rgb(237,176,145); }

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

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

 span { border-color: rgb(237,176,145); }

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