#EDB99C

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

Shades of Mandys Pink #EDB99C

Tints of Mandys Pink #EDB99C

Color information

#EDB99C (or 0xEDB99C) is unknown color: approx Mandys Pink. HEX triplet: ED, B9 and 9C. RGB value is (237,185,156). Sum of RGB (Red+Green+Blue) = 237+185+156=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB99C is #124663. Grayscale: #C5C5C5. Windows color (decimal): -1197668 or 10271213. OLE color: 10271213.

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

Color convert

RGB237185156-
CMYK00.220.340.07
HSL21.48º69.23%77.06%-
HSV(B)21.48º34.18%92.94%-
XYZ58.2755.139.02-
YUV197.24104.73156.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 156 (61.33% from 255) = 26.99%
R=41.00%
G=32.01%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718515600.220.340.0721.4869.2377.06
HexEDB99C01622715454d
Octal35527123402642725105115
Binary1110110110111001100111000101101000101111010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB99C; }

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

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

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

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

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

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

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

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