#EDB295

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

Shades of Mandys Pink #EDB295

Tints of Mandys Pink #EDB295

Color information

#EDB295 (or 0xEDB295) is unknown color: approx Mandys Pink. HEX triplet: ED, B2 and 95. RGB value is (237,178,149). Sum of RGB (Red+Green+Blue) = 237+178+149=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB295 is #124D6A. Grayscale: #C0C0C0. Windows color (decimal): -1199467 or 9810669. OLE color: 9810669.

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

Color convert

RGB237178149-
CMYK00.250.370.07
HSL19.77º70.97%75.69%-
HSV(B)19.77º37.13%92.94%-
XYZ56.2752.0235.51-
YUV192.33103.55159.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 178 (69.92% from 255) = 31.56%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=42.02%
G=31.56%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717814900.250.370.0719.7770.9775.69
HexEDB29501925714474c
Octal35526222503145724107114
Binary1110110110110010100101010110011001011111010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB295; }

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

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

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

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

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

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

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

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