#EDB193

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

Shades of Mandys Pink #EDB193

Tints of Mandys Pink #EDB193

Color information

#EDB193 (or 0xEDB193) is unknown color: approx Mandys Pink. HEX triplet: ED, B1 and 93. RGB value is (237,177,147). Sum of RGB (Red+Green+Blue) = 237+177+147=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB193 is #124E6C. Grayscale: #BFBFBF. Windows color (decimal): -1199725 or 9679341. OLE color: 9679341.

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

Color convert

RGB237177147-
CMYK00.250.380.07
HSL20º71.43%75.29%-
HSV(B)20º37.97%92.94%-
XYZ55.9151.5634.61-
YUV191.52102.88160.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=42.25%
G=31.55%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717714700.250.380.072071.4375.29
HexEDB19301926714474b
Octal35526122303146724107113
Binary1110110110110001100100110110011001101111010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB193; }

 p { color: rgb(237,177,147); }

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

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

 a { background-color: rgb(237,177,147); }

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

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

 span { border-color: rgb(237,177,147); }

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