#EDB997

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

Shades of Mandys Pink #EDB997

Tints of Mandys Pink #EDB997

Color information

#EDB997 (or 0xEDB997) is unknown color: approx Mandys Pink. HEX triplet: ED, B9 and 97. RGB value is (237,185,151). Sum of RGB (Red+Green+Blue) = 237+185+151=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB997 is #124668. Grayscale: #C4C4C4. Windows color (decimal): -1197673 or 9943533. OLE color: 9943533.

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

Color convert

RGB237185151-
CMYK00.220.360.07
HSL23.72º70.49%76.08%-
HSV(B)23.72º36.29%92.94%-
XYZ57.8654.9436.83-
YUV196.67102.23156.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 151 (59.38% from 255) = 26.35%
R=41.36%
G=32.29%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718515100.220.360.0723.7270.4976.08
HexEDB99701624718464c
Octal35527122702644730106114
Binary1110110110111001100101110101101001001111100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB997; }

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

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

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

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

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

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

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

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