#EDB597

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

Shades of Mandys Pink #EDB597

Tints of Mandys Pink #EDB597

Color information

#EDB597 (or 0xEDB597) is unknown color: approx Mandys Pink. HEX triplet: ED, B5 and 97. RGB value is (237,181,151). Sum of RGB (Red+Green+Blue) = 237+181+151=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB597 is #124A68. Grayscale: #C2C2C2. Windows color (decimal): -1198697 or 9942509. OLE color: 9942509.

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

Color convert

RGB237181151-
CMYK00.240.360.07
HSL20.93º70.49%76.08%-
HSV(B)20.93º36.29%92.94%-
XYZ57.0353.2936.56-
YUV194.32103.55158.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 181 (71.09% from 255) = 31.81%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=41.65%
G=31.81%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718115100.240.360.0720.9370.4976.08
HexEDB59701824715464c
Octal35526522703044725106114
Binary1110110110110101100101110110001001001111010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB597; }

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

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

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

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

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

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

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

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