#EDB293

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

Shades of Mandys Pink #EDB293

Tints of Mandys Pink #EDB293

Color information

#EDB293 (or 0xEDB293) is unknown color: approx Mandys Pink. HEX triplet: ED, B2 and 93. RGB value is (237,178,147). Sum of RGB (Red+Green+Blue) = 237+178+147=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB293 is #124D6C. Grayscale: #C0C0C0. Windows color (decimal): -1199469 or 9679597. OLE color: 9679597.

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

Color convert

RGB237178147-
CMYK00.250.380.07
HSL20.67º71.43%75.29%-
HSV(B)20.67º37.97%92.94%-
XYZ56.1151.9534.67-
YUV192.11102.55160.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 178 (69.92% from 255) = 31.67%
BLUE value IS 147 (57.81% from 255) = 26.16%
R=42.17%
G=31.67%
B=26.16%

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
Decimal23717814700.250.380.0720.6771.4375.29
HexEDB29301926715474b
Octal35526222303146725107113
Binary1110110110110010100100110110011001101111010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB293; }

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

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

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

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

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

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

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

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