#EDBC9F

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

Shades of Mandys Pink #EDBC9F

Tints of Mandys Pink #EDBC9F

Color information

#EDBC9F (or 0xEDBC9F) is unknown color: approx Mandys Pink. HEX triplet: ED, BC and 9F. RGB value is (237,188,159). Sum of RGB (Red+Green+Blue) = 237+188+159=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC9F is #124360. Grayscale: #C7C7C7. Windows color (decimal): -1196897 or 10468589. OLE color: 10468589.

HSL color Cylindrical-coordinate representation of color #EDBC9F: hue angle of 22.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDBC9F is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237188159-
CMYK00.210.330.07
HSL22.31º68.42%77.65%-
HSV(B)22.31º32.91%92.94%-
XYZ59.1756.4740.58-
YUV199.34105.23154.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=40.58%
G=32.19%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718815900.210.330.0722.3168.4277.65
HexEDBC9F01521716444e
Octal35527423702541726104116
Binary1110110110111100100111110101011000011111011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC9F; }

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

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

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

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

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

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

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

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