#EDBC96

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

Shades of Mandys Pink #EDBC96

Tints of Mandys Pink #EDBC96

Color information

#EDBC96 (or 0xEDBC96) is unknown color: approx Mandys Pink. HEX triplet: ED, BC and 96. RGB value is (237,188,150). Sum of RGB (Red+Green+Blue) = 237+188+150=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC96 is #124369. Grayscale: #C6C6C6. Windows color (decimal): -1196906 or 9878765. OLE color: 9878765.

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

Color convert

RGB237188150-
CMYK00.210.370.07
HSL26.21º70.73%75.88%-
HSV(B)26.21º36.71%92.94%-
XYZ58.4156.1736.62-
YUV198.32100.73155.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 150 (58.98% from 255) = 26.09%
R=41.22%
G=32.70%
B=26.09%

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
Decimal23718815000.210.370.0726.2170.7375.88
HexEDBC960152571a474c
Octal35527422602545732107114
Binary1110110110111100100101100101011001011111101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC96; }

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

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

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

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

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

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

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

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