#EDB892

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

Shades of Mandys Pink #EDB892

Tints of Mandys Pink #EDB892

Color information

#EDB892 (or 0xEDB892) is unknown color: approx Mandys Pink. HEX triplet: ED, B8 and 92. RGB value is (237,184,146). Sum of RGB (Red+Green+Blue) = 237+184+146=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB892 is #12476D. Grayscale: #C3C3C3. Windows color (decimal): -1197934 or 9615597. OLE color: 9615597.

HSL color Cylindrical-coordinate representation of color #EDB892: hue angle of 25.05º degrees, saturation: 0.72, 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 #EDB892 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237184146-
CMYK00.220.380.07
HSL25.05º71.65%75.1%-
HSV(B)25.05º38.4%92.94%-
XYZ57.2554.3634.67-
YUV195.52100.06157.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 184 (72.27% from 255) = 32.45%
BLUE value IS 146 (57.42% from 255) = 25.75%
R=41.80%
G=32.45%
B=25.75%

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
Decimal23718414600.220.380.0725.0571.6575.1
HexEDB89201626719484b
Octal35527022202646731110113
Binary1110110110111000100100100101101001101111100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB892; }

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

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

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

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

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

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

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

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