#EDB894

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

Shades of Mandys Pink #EDB894

Tints of Mandys Pink #EDB894

Color information

#EDB894 (or 0xEDB894) is unknown color: approx Mandys Pink. HEX triplet: ED, B8 and 94. RGB value is (237,184,148). Sum of RGB (Red+Green+Blue) = 237+184+148=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 184 (72.27% from 255 or 32.34% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB894 is #12476B. Grayscale: #C3C3C3. Windows color (decimal): -1197932 or 9746669. OLE color: 9746669.

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

Color convert

RGB237184148-
CMYK00.220.380.07
HSL24.27º71.2%75.49%-
HSV(B)24.27º37.55%92.94%-
XYZ57.4154.4235.5-
YUV195.74101.06157.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 184 (72.27% from 255) = 32.34%
BLUE value IS 148 (58.20% from 255) = 26.01%
R=41.65%
G=32.34%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718414800.220.380.0724.2771.275.49
HexEDB89401626718474b
Octal35527022402646730107113
Binary1110110110111000100101000101101001101111100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB894; }

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

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

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

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

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

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

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

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