#EDBC95

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

Shades of Mandys Pink #EDBC95

Tints of Mandys Pink #EDBC95

Color information

#EDBC95 (or 0xEDBC95) is unknown color: approx Mandys Pink. HEX triplet: ED, BC and 95. RGB value is (237,188,149). Sum of RGB (Red+Green+Blue) = 237+188+149=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC95 is #12436A. Grayscale: #C6C6C6. Windows color (decimal): -1196907 or 9813229. OLE color: 9813229.

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

Color convert

RGB237188149-
CMYK00.210.370.07
HSL26.59º70.97%75.69%-
HSV(B)26.59º37.13%92.94%-
XYZ58.3356.1436.2-
YUV198.2100.23155.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=41.29%
G=32.75%
B=25.96%

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
Decimal23718814900.210.370.0726.5970.9775.69
HexEDBC950152571b474c
Octal35527422502545733107114
Binary1110110110111100100101010101011001011111101110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC95; }

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

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

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

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

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

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

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

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