#EDBD97

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

Shades of Mandys Pink #EDBD97

Tints of Mandys Pink #EDBD97

Color information

#EDBD97 (or 0xEDBD97) is unknown color: approx Mandys Pink. HEX triplet: ED, BD and 97. RGB value is (237,189,151). Sum of RGB (Red+Green+Blue) = 237+189+151=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD97 is #124268. Grayscale: #C7C7C7. Windows color (decimal): -1196649 or 9944557. OLE color: 9944557.

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

Color convert

RGB237189151-
CMYK00.200.360.07
HSL26.51º70.49%76.08%-
HSV(B)26.51º36.29%92.94%-
XYZ58.7156.6337.12-
YUV199.02100.9155.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 151 (59.38% from 255) = 26.17%
R=41.07%
G=32.76%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718915100.200.360.0726.5170.4976.08
HexEDBD970142471b464c
Octal35527522702444733106114
Binary1110110110111101100101110101001001001111101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD97; }

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

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

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

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

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

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

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

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