#EDB995

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

Shades of Mandys Pink #EDB995

Tints of Mandys Pink #EDB995

Color information

#EDB995 (or 0xEDB995) is unknown color: approx Mandys Pink. HEX triplet: ED, B9 and 95. RGB value is (237,185,149). Sum of RGB (Red+Green+Blue) = 237+185+149=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB995 is #12466A. Grayscale: #C4C4C4. Windows color (decimal): -1197675 or 9812461. OLE color: 9812461.

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

Color convert

RGB237185149-
CMYK00.220.370.07
HSL24.55º70.97%75.69%-
HSV(B)24.55º37.13%92.94%-
XYZ57.754.8735.98-
YUV196.44101.23156.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=41.51%
G=32.40%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718514900.220.370.0724.5570.9775.69
HexEDB99501625719474c
Octal35527122502645731107114
Binary1110110110111001100101010101101001011111100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB995; }

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

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

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

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

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

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

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

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