#EDB497

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

Shades of Mandys Pink #EDB497

Tints of Mandys Pink #EDB497

Color information

#EDB497 (or 0xEDB497) is unknown color: approx Mandys Pink. HEX triplet: ED, B4 and 97. RGB value is (237,180,151). Sum of RGB (Red+Green+Blue) = 237+180+151=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB497 is #124B68. Grayscale: #C1C1C1. Windows color (decimal): -1198953 or 9942253. OLE color: 9942253.

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

Color convert

RGB237180151-
CMYK00.240.360.07
HSL20.23º70.49%76.08%-
HSV(B)20.23º36.29%92.94%-
XYZ56.8352.8836.49-
YUV193.74103.88158.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 180 (70.70% from 255) = 31.69%
BLUE value IS 151 (59.38% from 255) = 26.58%
R=41.73%
G=31.69%
B=26.58%

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
Decimal23718015100.240.360.0720.2370.4976.08
HexEDB49701824714464c
Octal35526422703044724106114
Binary1110110110110100100101110110001001001111010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB497; }

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

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

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

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

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

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

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

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