#EDB993

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

Shades of Mandys Pink #EDB993

Tints of Mandys Pink #EDB993

Color information

#EDB993 (or 0xEDB993) is unknown color: approx Mandys Pink. HEX triplet: ED, B9 and 93. RGB value is (237,185,147). Sum of RGB (Red+Green+Blue) = 237+185+147=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB993 is #12466C. Grayscale: #C4C4C4. Windows color (decimal): -1197677 or 9681389. OLE color: 9681389.

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

Color convert

RGB237185147-
CMYK00.220.380.07
HSL25.33º71.43%75.29%-
HSV(B)25.33º37.97%92.94%-
XYZ57.5454.8135.15-
YUV196.22100.23157.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 185 (72.66% from 255) = 32.51%
BLUE value IS 147 (57.81% from 255) = 25.83%
R=41.65%
G=32.51%
B=25.83%

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
Decimal23718514700.220.380.0725.3371.4375.29
HexEDB99301626719474b
Octal35527122302646731107113
Binary1110110110111001100100110101101001101111100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB993; }

 p { color: rgb(237,185,147); }

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

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

 a { background-color: rgb(237,185,147); }

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

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

 span { border-color: rgb(237,185,147); }

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