#EDBB95

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

Shades of Mandys Pink #EDBB95

Tints of Mandys Pink #EDBB95

Color information

#EDBB95 (or 0xEDBB95) is unknown color: approx Mandys Pink. HEX triplet: ED, BB and 95. RGB value is (237,187,149). Sum of RGB (Red+Green+Blue) = 237+187+149=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB95 is #12446A. Grayscale: #C5C5C5. Windows color (decimal): -1197163 or 9812973. OLE color: 9812973.

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

Color convert

RGB237187149-
CMYK00.210.370.07
HSL25.91º70.97%75.69%-
HSV(B)25.91º37.13%92.94%-
XYZ58.1255.7236.12-
YUV197.62100.56156.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=41.36%
G=32.64%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718714900.210.370.0725.9170.9775.69
HexEDBB950152571a474c
Octal35527322502545732107114
Binary1110110110111011100101010101011001011111101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBB95; }

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

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

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

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

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

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

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

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