#EDB890

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

Shades of Mandys Pink #EDB890

Tints of Mandys Pink #EDB890

Color information

#EDB890 (or 0xEDB890) is unknown color: approx Mandys Pink. HEX triplet: ED, B8 and 90. RGB value is (237,184,144). Sum of RGB (Red+Green+Blue) = 237+184+144=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB890 is #12476F. Grayscale: #C3C3C3. Windows color (decimal): -1197936 or 9484525. OLE color: 9484525.

HSL color Cylindrical-coordinate representation of color #EDB890: hue angle of 25.81º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDB890 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237184144-
CMYK00.220.390.07
HSL25.81º72.09%74.71%-
HSV(B)25.81º39.24%92.94%-
XYZ57.154.333.86-
YUV195.2999.06157.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 184 (72.27% from 255) = 32.57%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=41.95%
G=32.57%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718414400.220.390.0725.8172.0974.71
HexEDB8900162771a484b
Octal35527022002647732110113
Binary1110110110111000100100000101101001111111101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB890; }

 p { color: rgb(237,184,144); }

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

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

 a { background-color: rgb(237,184,144); }

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

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

 span { border-color: rgb(237,184,144); }

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