#EDB699

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

Shades of Mandys Pink #EDB699

Tints of Mandys Pink #EDB699

Color information

#EDB699 (or 0xEDB699) is unknown color: approx Mandys Pink. HEX triplet: ED, B6 and 99. RGB value is (237,182,153). Sum of RGB (Red+Green+Blue) = 237+182+153=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB699 is #124966. Grayscale: #C3C3C3. Windows color (decimal): -1198439 or 10073837. OLE color: 10073837.

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

Color convert

RGB237182153-
CMYK00.230.350.07
HSL20.71º70%76.47%-
HSV(B)20.71º35.44%92.94%-
XYZ57.453.7637.49-
YUV195.14104.22157.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 153 (60.16% from 255) = 26.75%
R=41.43%
G=31.82%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718215300.230.350.0720.717076.47
HexEDB69901723715464c
Octal35526623102743725106114
Binary1110110110110110100110010101111000111111010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB699; }

 p { color: rgb(237,182,153); }

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

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

 a { background-color: rgb(237,182,153); }

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

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

 span { border-color: rgb(237,182,153); }

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