#EDBC97

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

Shades of Mandys Pink #EDBC97

Tints of Mandys Pink #EDBC97

Color information

#EDBC97 (or 0xEDBC97) is unknown color: approx Mandys Pink. HEX triplet: ED, BC and 97. RGB value is (237,188,151). Sum of RGB (Red+Green+Blue) = 237+188+151=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC97 is #124368. Grayscale: #C6C6C6. Windows color (decimal): -1196905 or 9944301. OLE color: 9944301.

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

Color convert

RGB237188151-
CMYK00.210.360.07
HSL25.81º70.49%76.08%-
HSV(B)25.81º36.29%92.94%-
XYZ58.4956.2137.04-
YUV198.43101.23155.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 151 (59.38% from 255) = 26.22%
R=41.15%
G=32.64%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718815100.210.360.0725.8170.4976.08
HexEDBC970152471a464c
Octal35527422702544732106114
Binary1110110110111100100101110101011001001111101010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC97; }

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

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

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

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

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

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

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

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