#EDBCA0

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

Shades of Mandys Pink #EDBCA0

Tints of Mandys Pink #EDBCA0

Color information

#EDBCA0 (or 0xEDBCA0) is unknown color: approx Mandys Pink. HEX triplet: ED, BC and A0. RGB value is (237,188,160). Sum of RGB (Red+Green+Blue) = 237+188+160=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCA0 is #12435F. Grayscale: #C7C7C7. Windows color (decimal): -1196896 or 10534125. OLE color: 10534125.

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

Color convert

RGB237188160-
CMYK00.210.320.07
HSL21.82º68.14%77.84%-
HSV(B)21.82º32.49%92.94%-
XYZ59.2556.5141.04-
YUV199.46105.73154.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 160 (62.89% from 255) = 27.35%
R=40.51%
G=32.14%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718816000.210.320.0721.8268.1477.84
HexEDBCA001520716444e
Octal35527424002540726104116
Binary1110110110111100101000000101011000001111011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCA0; }

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

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

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

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

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

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

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

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