#EDBA95

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

Shades of Mandys Pink #EDBA95

Tints of Mandys Pink #EDBA95

Color information

#EDBA95 (or 0xEDBA95) is unknown color: approx Mandys Pink. HEX triplet: ED, BA and 95. RGB value is (237,186,149). Sum of RGB (Red+Green+Blue) = 237+186+149=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA95 is #12456A. Grayscale: #C5C5C5. Windows color (decimal): -1197419 or 9812717. OLE color: 9812717.

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

Color convert

RGB237186149-
CMYK00.220.370.07
HSL25.23º70.97%75.69%-
HSV(B)25.23º37.13%92.94%-
XYZ57.9155.2936.05-
YUV197.03100.9156.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=41.43%
G=32.52%
B=26.05%

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
Decimal23718614900.220.370.0725.2370.9775.69
HexEDBA9501625719474c
Octal35527222502645731107114
Binary1110110110111010100101010101101001011111100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA95; }

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

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

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

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

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

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

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

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