#EDBA97

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

Shades of Mandys Pink #EDBA97

Tints of Mandys Pink #EDBA97

Color information

#EDBA97 (or 0xEDBA97) is unknown color: approx Mandys Pink. HEX triplet: ED, BA and 97. RGB value is (237,186,151). Sum of RGB (Red+Green+Blue) = 237+186+151=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 151 (59.38% from 255 or 26.31% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA97 is #124568. Grayscale: #C5C5C5. Windows color (decimal): -1197417 or 9943789. OLE color: 9943789.

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

Color convert

RGB237186151-
CMYK00.220.360.07
HSL24.42º70.49%76.08%-
HSV(B)24.42º36.29%92.94%-
XYZ58.0755.3636.9-
YUV197.26101.9156.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 151 (59.38% from 255) = 26.31%
R=41.29%
G=32.40%
B=26.31%

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
Decimal23718615100.220.360.0724.4270.4976.08
HexEDBA9701624718464c
Octal35527222702644730106114
Binary1110110110111010100101110101101001001111100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA97; }

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

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

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

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

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

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

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

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